Home
last modified time | relevance | path

Searched refs:Stringify (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h290 static std::string Stringify(StringRef Str, bool Charify = false);
294 static void Stringify(SmallVectorImpl<char> &Str);
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp60 Lexer::Stringify(Pathname); in PrintHeaderInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp240 std::string Str = Lexer::Stringify(TokStr); in StringifyArgument()
H A DLexer.cpp258 std::string Lexer::Stringify(StringRef Str, bool Charify) { in Stringify() function in Lexer
265 void Lexer::Stringify(SmallVectorImpl<char> &Str) { StringifyImpl(Str, '"'); } in Stringify() function in Lexer
H A DPPMacroExpansion.cpp1538 Lexer::Stringify(FN); in ExpandBuiltinMacro()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1630 LineString += Lexer::Stringify(PLoc.getFilename()); in ConvertSourceLocationToLineDirective()
3065 LineString += Lexer::Stringify(PLoc.getFilename()); in RewriteLineDirective()