Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp129 return IndexCtx->indexDeclGroupRef(DG); in HandleTopLevelDecl()
137 IndexCtx->indexDeclGroupRef(DG); in HandleTopLevelDeclInObjCContainer()
H A DIndexingContext.h120 bool indexDeclGroupRef(DeclGroupRef DG);
H A DIndexBody.cpp388 IndexCtx.indexDeclGroupRef(S->getDeclGroup()); in VisitDeclStmt()
H A DIndexDecl.cpp818 bool IndexingContext::indexDeclGroupRef(DeclGroupRef DG) { in indexDeclGroupRef() function in IndexingContext