Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h290 static std::string Stringify(StringRef Str, bool Charify = false);
294 static void Stringify(SmallVectorImpl<char> &Str);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp60 Lexer::Stringify(Pathname); in PrintHeaderInfo()
/netbsd-src/external/apache2/llvm/dist/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.cpp1547 Lexer::Stringify(FN); in ExpandBuiltinMacro()
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.spell-cc1799 Stringify
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1630 LineString += Lexer::Stringify(PLoc.getFilename()); in ConvertSourceLocationToLineDirective()
3065 LineString += Lexer::Stringify(PLoc.getFilename()); in RewriteLineDirective()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201339472 Stringify NAME, prefix it with "__builtin_avr_" and lowercase it.