clang
7.0.0
|
#include "clang/Index/IndexingAction.h"
#include "IndexingContext.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Frontend/FrontendAction.h"
#include "clang/Frontend/MultiplexConsumer.h"
#include "clang/Index/IndexDataConsumer.h"
#include "clang/Lex/PPCallbacks.h"
#include "clang/Lex/Preprocessor.h"
#include "clang/Serialization/ASTReader.h"
#include "llvm/ADT/STLExtras.h"
#include <memory>
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 214 of file IndexingAction.cpp.
References topLevelDeclVisitor(), and clang::ASTUnit::visitLocalTopLevelDecls().
Referenced by clang::index::indexASTUnit().
Definition at line 209 of file IndexingAction.cpp.
References clang::index::IndexingContext::indexTopLevelDecl().
Referenced by indexTranslationUnit().