Searched refs:ContainerDC (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexingContext.cpp | 248 static bool isDeclADefinition(const Decl *D, const DeclContext *ContainerDC, ASTContext &Ctx) { in isDeclADefinition() argument 259 return MD->isThisDeclarationADefinition() || isa<ObjCImplDecl>(ContainerDC); in isDeclADefinition() 362 const DeclContext *ContainerDC) { in handleDeclOccurrence() argument 405 else if (isDeclADefinition(OrigD, ContainerDC, *Ctx)) in handleDeclOccurrence() 449 IndexDataConsumer::ASTNodeInfo Node{OrigE, OrigD, Parent, ContainerDC}; in handleDeclOccurrence()
|
| H A D | IndexingContext.h | 135 const DeclContext *ContainerDC);
|
| /llvm-project-15.0.7/clang/include/clang/Index/ |
| H A D | IndexDataConsumer.h | 32 const DeclContext *ContainerDC; member
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 198 cast<Decl>(ASTNode.ContainerDC), in handleDeclOccurrence() 212 ASTNode.ContainerDC, ASTNode.OrigE, Kind, CXRole); in handleDeclOccurrence() 215 const DeclContext *LexicalDC = ASTNode.ContainerDC; in handleDeclOccurrence()
|