|
clang
5.0.0
|
#include "clang/Index/IndexingAction.h"#include "clang/Index/IndexDataConsumer.h"#include "IndexingContext.h"#include "clang/Frontend/FrontendAction.h"#include "clang/Frontend/MultiplexConsumer.h"#include "clang/Lex/Preprocessor.h"#include "clang/Serialization/ASTReader.h"Go to the source code of this file.
Functions | |
| static bool | topLevelDeclVisitor (void *context, const Decl *D) |
| static void | indexTranslationUnit (ASTUnit &Unit, IndexingContext &IndexCtx) |
|
static |
Definition at line 166 of file IndexingAction.cpp.
References topLevelDeclVisitor(), and clang::ASTUnit::visitLocalTopLevelDecls().
Referenced by clang::index::indexASTUnit().
Definition at line 161 of file IndexingAction.cpp.
References clang::index::IndexingContext::indexTopLevelDecl().
Referenced by indexTranslationUnit().
1.8.6