Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A 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()
H A DIndexingContext.h135 const DeclContext *ContainerDC);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/
H A DIndexDataConsumer.h32 const DeclContext *ContainerDC; member
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A 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()