Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolCollector.cpp470 shouldIndexFile(SM.getFileID(Loc)); in handleMacroOccurrence()
591 shouldIndexFile(FileID); in finish()
669 shouldIndexFile(SM.getFileID(Loc)); in addDeclaration()
729 shouldIndexFile(SM.getFileID(Loc)); in addDefinition()
833 bool SymbolCollector::shouldIndexFile(FileID FID) { in shouldIndexFile() function in clang::clangd::SymbolCollector
DSymbolCollector.h123 bool shouldIndexFile(FileID FID);
DIndexAction.cpp145 return Collector->shouldIndexFile(FID); in IndexAction()