Searched refs:FileSymbols (Results 1 – 13 of 13) sorted by relevance
37 ++FileSymbols[*Symbol].Seen; in MacroDefined()44 ++FileSymbols[*Symbol].Used; in MacroUsed()65 FileSymbols); in EndOfMainFile()66 FileSymbols.clear(); in EndOfMainFile()
256 FileSymbols[*Symbol] += Signals; in run()262 Reporter->reportSymbols(Filename, FileSymbols); in onEndOfTranslationUnit()263 FileSymbols.clear(); in onEndOfTranslationUnit()
51 SymbolInfo::SignalMap FileSymbols; variable
52 SymbolInfo::SignalMap FileSymbols; variable
70 class FileSymbols {72 FileSymbols(IndexContents IdxContents);135 FileSymbols PreambleSymbols;144 FileSymbols MainFileSymbols;
49 BackgroundIndexRebuilder(SwapIndex *Target, FileSymbols *Source, in BackgroundIndexRebuilder()95 FileSymbols *Source;
241 FileSymbols::FileSymbols(IndexContents IdxContents) in FileSymbols() function in clang::clangd::FileSymbols244 void FileSymbols::update(llvm::StringRef Key, in update()270 FileSymbols::buildIndex(IndexType Type, DuplicateHandling DuplicateHandle, in buildIndex()402 void FileSymbols::profile(MemoryTree &MT) const { in profile()
204 FileSymbols IndexedSymbols;
102 FileSymbols FS(IndexContents::All); in TEST()114 FileSymbols FS(IndexContents::All); in TEST()124 FileSymbols FS(IndexContents::All); in TEST()145 FileSymbols FS(IndexContents::All); in TEST()495 FileSymbols FS(IndexContents::All); in TEST()507 FileSymbols FS(IndexContents::All); in TEST()709 FileSymbols FS(IndexContents::All); in TEST()
1299 FileSymbols FSymbols(IndexContents::All); in TEST()
714 FileSymbols Source;
161 FileSymbols.emplace_back(ELFSymIdx, SymbolName); in addSymbol()250 FileSymbols, in getNameFromSymbolTable()252 if (It != FileSymbols.begin()) in getNameFromSymbolTable()
92 std::vector<std::pair<uint32_t, StringRef>> FileSymbols; variable