Home
last modified time | relevance | path

Searched refs:ContainerDC (Results 1 – 4 of 4) 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/clang/include/clang/Index/
DIndexDataConsumer.h32 const DeclContext *ContainerDC; member
/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()