clang
3.9.0
|
#include "IndexingContext.h"
#include "clang/Index/IndexDataConsumer.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/AST/DeclObjC.h"
#include "clang/Basic/SourceManager.h"
Go to the source code of this file.
Functions | |
static const Decl * | adjustTemplateImplicitInstantiation (const Decl *D) |
static bool | isDeclADefinition (const Decl *D, const DeclContext *ContainerDC, ASTContext &Ctx) |
static const Decl * | adjustParent (const Decl *Parent) |
static const Decl * | getCanonicalDecl (const Decl *D) |
Definition at line 198 of file IndexingContext.cpp.
Definition at line 163 of file IndexingContext.cpp.
Definition at line 220 of file IndexingContext.cpp.
Referenced by areSortedAndUniqued(), clang::Sema::CheckQualifiedMemberReference(), clang::NamedDecl::declarationReplaces(), clang::CodeGen::emitDeclareSimdFunction(), clang::CodeGen::CodeGenFunction::EmitOMPFirstprivateClause(), clang::CodeGen::CodeGenFunction::EmitOMPLastprivateClauseFinal(), clang::CodeGen::CodeGenFunction::EmitOMPLastprivateClauseInit(), clang::CodeGen::CodeGenFunction::EmitOMPLinearClause(), clang::CodeGen::CodeGenVTables::EmitThunks(), clang::LLVM_ALIGNAS(), clang::ASTDeclReader::mergeTemplatePattern(), and clang::TemplateArgument::Profile().
|
static |
Definition at line 174 of file IndexingContext.cpp.