Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingAction.cpp182 static bool topLevelDeclVisitor(void *context, const Decl *D) { in topLevelDeclVisitor() function
188 Unit.visitLocalTopLevelDecls(&IndexCtx, topLevelDeclVisitor); in indexTranslationUnit()