Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h322 static std::string Stringify(StringRef Str, bool Charify = false);
326 static void Stringify(SmallVectorImpl<char> &Str);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp239 std::string Str = Lexer::Stringify(TokStr); in StringifyArgument()
H A DLexer.cpp309 std::string Lexer::Stringify(StringRef Str, bool Charify) { in Stringify() function in Lexer
316 void Lexer::Stringify(SmallVectorImpl<char> &Str) { StringifyImpl(Str, '"'); } in Stringify() function in Lexer
H A DPPMacroExpansion.cpp1659 Lexer::Stringify(FN); in ExpandBuiltinMacro()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp160 Lexer::Stringify(Pathname); in PrintHeaderInfo()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1629 LineString += Lexer::Stringify(PLoc.getFilename()); in ConvertSourceLocationToLineDirective()
3064 LineString += Lexer::Stringify(PLoc.getFilename()); in RewriteLineDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp2130 << Lexer::Stringify(PredefinedExpr::ComputeName( in ExpandFunctionLocalPredefinedMacros()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc11029 {"_ZN5clang5Lexer9StringifyERKSsb", "clang::Lexer::Stringify(std::string const&, bool)"},
11030 {"_ZN5clang5Lexer9StringifyERN4llvm15SmallVectorImplIcEE", "clang::Lexer::Stringify(llvm::SmallVect…