Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp758 shouldIndexFile(SM.getFileID(Loc)); in handleMacroOccurrence()
898 shouldIndexFile(SM.getFileID(Loc)); in addDeclaration()
951 shouldIndexFile(SM.getFileID(Loc)); in addDefinition()
964 bool SymbolCollector::shouldIndexFile(FileID FID) { in shouldIndexFile() function in clang::clangd::SymbolCollector
976 shouldIndexFile(SR.FID); in addRef()
H A DSymbolCollector.h132 bool shouldIndexFile(FileID FID);
H A DIndexAction.cpp151 return Collector->shouldIndexFile(FID); in IndexAction()