Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp127 return IndexCtx->indexDeclGroupRef(DG); in HandleTopLevelDecl()
135 IndexCtx->indexDeclGroupRef(DG); in HandleTopLevelDeclInObjCContainer()
H A DIndexingContext.h126 bool indexDeclGroupRef(DeclGroupRef DG);
H A DIndexBody.cpp386 IndexCtx.indexDeclGroupRef(S->getDeclGroup()); in VisitDeclStmt()
H A DIndexDecl.cpp818 bool IndexingContext::indexDeclGroupRef(DeclGroupRef DG) { in indexDeclGroupRef() function in IndexingContext