Searched refs:ContainerDC (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Index/ |
D | IndexingContext.cpp | 174 static bool isDeclADefinition(const Decl *D, const DeclContext *ContainerDC, ASTContext &Ctx) { in isDeclADefinition() argument 185 return MD->isThisDeclarationADefinition() || isa<ObjCImplDecl>(ContainerDC); in isDeclADefinition() 236 const DeclContext *ContainerDC) { in handleDeclOccurrence() argument 287 else if (isDeclADefinition(D, ContainerDC, *Ctx)) in handleDeclOccurrence() 331 IndexDataConsumer::ASTNodeInfo Node{ OrigE, OrigD, Parent, ContainerDC }; in handleDeclOccurrence()
|
D | IndexingContext.h | 115 const DeclContext *ContainerDC);
|
/external/clang/include/clang/Index/ |
D | IndexDataConsumer.h | 32 const DeclContext *ContainerDC; member
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 191 cast<Decl>(ASTNode.ContainerDC), in handleDeclOccurence() 205 ASTNode.ContainerDC, ASTNode.OrigE, Kind); in handleDeclOccurence() 208 const DeclContext *LexicalDC = ASTNode.ContainerDC; in handleDeclOccurence()
|