Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp240 std::string Str = Lexer::Stringify(TokStr); in StringifyArgument()
H A DLexer.cpp310 std::string Lexer::Stringify(StringRef Str, bool Charify) { in Stringify() function in Lexer
317 void Lexer::Stringify(SmallVectorImpl<char> &Str) { StringifyImpl(Str, '"'); } in Stringify() function in Lexer
H A DPPMacroExpansion.cpp1709 Lexer::Stringify(FN); in ExpandBuiltinMacro()
/freebsd/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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp2021 << Lexer::Stringify(PredefinedExpr::ComputeName( in ExpandFunctionLocalPredefinedMacros()