forked from OSchip/llvm-project
`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). |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| CommentToXML.cpp | ||
| FileIndexRecord.cpp | ||
| FileIndexRecord.h | ||
| IndexBody.cpp | ||
| IndexDecl.cpp | ||
| IndexSymbol.cpp | ||
| IndexTypeSourceInfo.cpp | ||
| IndexingAction.cpp | ||
| IndexingContext.cpp | ||
| IndexingContext.h | ||
| SimpleFormatContext.h | ||
| USRGeneration.cpp | ||