clang 22.0.0git
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 "clang/Sema/HeuristicResolver.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 47 of file IndexTypeSourceInfo.cpp.