`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). |
||
|---|---|---|
| .. | ||
| tool | ||
| CMakeLists.txt | ||
| FindAllMacros.cpp | ||
| FindAllMacros.h | ||
| FindAllSymbols.cpp | ||
| FindAllSymbols.h | ||
| FindAllSymbolsAction.cpp | ||
| FindAllSymbolsAction.h | ||
| HeaderMapCollector.cpp | ||
| HeaderMapCollector.h | ||
| PathConfig.cpp | ||
| PathConfig.h | ||
| PragmaCommentHandler.cpp | ||
| PragmaCommentHandler.h | ||
| STLPostfixHeaderMap.cpp | ||
| STLPostfixHeaderMap.h | ||
| SymbolInfo.cpp | ||
| SymbolInfo.h | ||
| SymbolReporter.h | ||