Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexingContext.cpp230 static bool isDeclADefinition(const Decl *D, const DeclContext *ContainerDC, ASTContext &Ctx) { in isDeclADefinition() argument
241 return MD->isThisDeclarationADefinition() || isa<ObjCImplDecl>(ContainerDC); in isDeclADefinition()
346 const DeclContext *ContainerDC) { in handleDeclOccurrence() argument
389 else if (isDeclADefinition(OrigD, ContainerDC, *Ctx)) in handleDeclOccurrence()
434 IndexDataConsumer::ASTNodeInfo Node{OrigE, OrigD, Parent, ContainerDC}; in handleDeclOccurrence()
H A DIndexingContext.h130 const DeclContext *ContainerDC);
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Index/
H A DIndexDataConsumer.h33 const DeclContext *ContainerDC; member