clang 19.0.0git
Macros
IndexTypeSourceInfo.cpp File Reference
#include "IndexingContext.h"
#include "clang/AST/ASTConcept.h"
#include "clang/AST/PrettyPrinter.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/AST/TypeLoc.h"
#include "llvm/ADT/ScopeExit.h"

Go to the source code of this file.

Macros

#define TRY_TO(CALL_EXPR)
 

Macro Definition Documentation

◆ TRY_TO

#define TRY_TO (   CALL_EXPR)
Value:
do { \
if (!CALL_EXPR) \
return false; \
} while (0)

Definition at line 46 of file IndexTypeSourceInfo.cpp.