clang
3.9.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"
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 165 of file IndexingAction.cpp.
References topLevelDeclVisitor(), and clang::ASTUnit::visitLocalTopLevelDecls().
Referenced by clang::index::indexASTUnit().
Definition at line 160 of file IndexingAction.cpp.
References clang::index::IndexingContext::indexTopLevelDecl().
Referenced by indexTranslationUnit().