Searched refs:ContainerDC (Results 1 – 8 of 8) 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/llvm-project/clang/lib/Index/ |
D | IndexingContext.cpp | 249 static bool isDeclADefinition(const Decl *D, const DeclContext *ContainerDC, ASTContext &Ctx) { in isDeclADefinition() argument 260 return MD->isThisDeclarationADefinition() || isa<ObjCImplDecl>(ContainerDC); in isDeclADefinition() 366 const DeclContext *ContainerDC) { in handleDeclOccurrence() argument 409 else if (isDeclADefinition(OrigD, ContainerDC, *Ctx)) in handleDeclOccurrence() 453 IndexDataConsumer::ASTNodeInfo Node{OrigE, OrigD, Parent, ContainerDC}; in handleDeclOccurrence()
|
D | IndexingContext.h | 133 const DeclContext *ContainerDC);
|
/external/clang/include/clang/Index/ |
D | IndexDataConsumer.h | 32 const DeclContext *ContainerDC; member
|
/external/llvm-project/clang/include/clang/Index/ |
D | IndexDataConsumer.h | 32 const DeclContext *ContainerDC; member
|
/external/llvm-project/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 193 cast<Decl>(ASTNode.ContainerDC), in handleDeclOccurrence() 207 ASTNode.ContainerDC, ASTNode.OrigE, Kind, CXRole); in handleDeclOccurrence() 210 const DeclContext *LexicalDC = ASTNode.ContainerDC; in handleDeclOccurrence()
|
/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()
|