clang 20.0.0git
|
#include "IndexingContext.h"
#include "clang/AST/ASTConcept.h"
#include "clang/AST/Attr.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/AST/DeclVisitor.h"
#include "clang/Index/IndexDataConsumer.h"
#include "clang/Index/IndexSymbol.h"
Go to the source code of this file.
Macros | |
#define | TRY_DECL(D, CALL_EXPR) |
#define | TRY_TO(CALL_EXPR) |
#define TRY_DECL | ( | D, | |
CALL_EXPR | |||
) |
Definition at line 21 of file IndexDecl.cpp.
#define TRY_TO | ( | CALL_EXPR | ) |
Definition at line 28 of file IndexDecl.cpp.