Home
last modified time | relevance | path

Searched defs:NewSuffix (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DUppercaseLiteralSuffixCheck.cpp58 struct NewSuffix { struct
59 SourceRange LiteralLocation;
60 StringRef OldSuffix;
61 std::optional<FixItHint> FixIt;
93 auto NewSuffix = in getNewSuffix() local
172 std::optional<std::string> NewSuffix = in shouldReplaceLiteralSuffix() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp67 std::string NewSuffix; member in __anone4435e5e0111::FixItActionSuffixInserter
70 FixItActionSuffixInserter(std::string NewSuffix, bool FixWhatYouCan) in FixItActionSuffixInserter() argument
/llvm-project/llvm/tools/gold/
H A Dgold-plugin.cpp707 getThinLTOOldAndNewSuffix(std::string & OldSuffix,std::string & NewSuffix) getThinLTOOldAndNewSuffix() argument
719 getThinLTOObjectFileName(StringRef Path,StringRef OldSuffix,StringRef NewSuffix) getThinLTOObjectFileName() argument
1056 std::string OldSuffix, NewSuffix; runLTO() local