Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
DFindAllMacros.cpp37 ++FileSymbols[*Symbol].Seen; in MacroDefined()
44 ++FileSymbols[*Symbol].Used; in MacroUsed()
65 FileSymbols); in EndOfMainFile()
66 FileSymbols.clear(); in EndOfMainFile()
DFindAllSymbols.cpp256 FileSymbols[*Symbol] += Signals; in run()
262 Reporter->reportSymbols(Filename, FileSymbols); in onEndOfTranslationUnit()
263 FileSymbols.clear(); in onEndOfTranslationUnit()
DFindAllSymbols.h51 SymbolInfo::SignalMap FileSymbols; variable
DFindAllMacros.h52 SymbolInfo::SignalMap FileSymbols; variable
/external/llvm-project/clang-tools-extra/clangd/index/
DFileIndex.h72 class FileSymbols {
137 FileSymbols PreambleSymbols;
146 FileSymbols MainFileSymbols;
DBackgroundRebuild.h50 BackgroundIndexRebuilder(SwapIndex *Target, FileSymbols *Source, in BackgroundIndexRebuilder()
96 FileSymbols *Source;
DFileIndex.cpp238 void FileSymbols::update(llvm::StringRef Key, in update()
264 FileSymbols::buildIndex(IndexType Type, DuplicateHandling DuplicateHandle, in buildIndex()
390 void FileSymbols::profile(MemoryTree &MT) const { in profile()
DBackground.h201 FileSymbols IndexedSymbols;
/external/llvm-project/clang-tools-extra/clangd/unittests/
DFileIndexTests.cpp105 FileSymbols FS; in TEST()
117 FileSymbols FS; in TEST()
127 FileSymbols FS; in TEST()
148 FileSymbols FS; in TEST()
498 FileSymbols FS; in TEST()
510 FileSymbols FS; in TEST()
712 FileSymbols FS; in TEST()
DRenameTests.cpp1164 FileSymbols FSymbols; in TEST()
DBackgroundIndexTests.cpp721 FileSymbols Source;