Home
last modified time | relevance | path

Searched refs:ContainerDC (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Index/
DIndexingContext.cpp174 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()
DIndexingContext.h115 const DeclContext *ContainerDC);
/external/llvm-project/clang/lib/Index/
DIndexingContext.cpp249 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()
DIndexingContext.h133 const DeclContext *ContainerDC);
/external/clang/include/clang/Index/
DIndexDataConsumer.h32 const DeclContext *ContainerDC; member
/external/llvm-project/clang/include/clang/Index/
DIndexDataConsumer.h32 const DeclContext *ContainerDC; member
/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp193 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/
DCXIndexDataConsumer.cpp191 cast<Decl>(ASTNode.ContainerDC), in handleDeclOccurence()
205 ASTNode.ContainerDC, ASTNode.OrigE, Kind); in handleDeclOccurence()
208 const DeclContext *LexicalDC = ASTNode.ContainerDC; in handleDeclOccurence()