Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Interpreter/ExceptionTests/
H A DInterpreterExceptionTest.cpp81 #define Stringify(s) Stringifyx(s) in TEST() macro
95 std::string ExceptionCode = Stringify(CUSTOM_EXCEPTION); in TEST()
/llvm-project/clang/unittests/Lex/
H A DLexerTest.cpp548 // For "std::string Lexer::Stringify(StringRef Str, bool Charify)". in TEST_F()
552 // For "void Lexer::Stringify(SmallVectorImpl<char> &Str)". in TEST_F()
570 String1 = Lexer::Stringify(StringRef(String1)); in TEST_F()
571 Lexer::Stringify(String2); in TEST_F()
572 String3 = Lexer::Stringify(StringRef(String3)); in TEST_F()
573 Lexer::Stringify(String4); in TEST_F()
574 String5 = Lexer::Stringify(StringRef(String5)); in TEST_F()
575 Lexer::Stringify(String6); in TEST_F()
/llvm-project/clang/include/clang/Lex/
H A DLexer.h319 /// Stringify - Convert the specified string into a C string by i) escaping
322 static std::string Stringify(StringRef Str, bool Charify = false);
324 /// Stringify - Convert the specified string into a C string by i) escaping
326 static void Stringify(SmallVectorImpl<char> &Str);
/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp217 // Stringify all the tokens. in StringifyArgument()
239 std::string Str = Lexer::Stringify(TokStr); in StringifyArgument()
H A DLexer.cpp309 std::string Lexer::Stringify(StringRef Str, bool Charify) {
316 void Lexer::Stringify(SmallVectorImpl<char> &Str) { StringifyImpl(Str, '"'); }
310 std::string Lexer::Stringify(StringRef Str, bool Charify) { Stringify() function in Lexer
317 void Lexer::Stringify(SmallVectorImpl<char> &Str) { StringifyImpl(Str, '"'); } Stringify() function in Lexer
H A DPPMacroExpansion.cpp1704 Lexer::Stringify(FN); in ExpandBuiltinMacro()
/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp117 Lexer::Stringify(Pathname); in PrintHeaderInfo()
/llvm-project/flang/lib/Parser/
H A Dpreprocessor.cpp116 static TokenSequence Stringify( in Stringify()
226 result.Put(Stringify(args[index], prescanner.allSources())); in Apply()
115 static TokenSequence Stringify( Stringify() function
/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()
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp2037 // Stringify predefined expression in ActOnStringLiteral()
2052 << Lexer::Stringify(PredefinedExpr::ComputeName( in ActOnStringLiteral()