`OS << ND->getDeclName();` is equivalent to `OS << ND->getNameAsString();` without the extra temporary string. This is not quite a NFC since two uses of `getNameAsString` in a diagnostic are replaced, which results in the named entity being quoted with additional "'"s (ie: 'var' instead of var). |
||
|---|---|---|
| .. | ||
| find-all-symbols | ||
| plugin | ||
| tool | ||
| CMakeLists.txt | ||
| FuzzySymbolIndex.cpp | ||
| FuzzySymbolIndex.h | ||
| InMemorySymbolIndex.cpp | ||
| InMemorySymbolIndex.h | ||
| IncludeFixer.cpp | ||
| IncludeFixer.h | ||
| IncludeFixerContext.cpp | ||
| IncludeFixerContext.h | ||
| SymbolIndex.h | ||
| SymbolIndexManager.cpp | ||
| SymbolIndexManager.h | ||
| YamlSymbolIndex.cpp | ||
| YamlSymbolIndex.h | ||