Home
last modified time | relevance | path

Searched defs:Stringify (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Interpreter/ExceptionTests/
H A DInterpreterExceptionTest.cpp63 #define Stringify(s) Stringifyx(s) in TEST() macro
/llvm-project-15.0.7/flang/lib/Parser/
H A Dpreprocessor.cpp76 static TokenSequence Stringify( in Stringify() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp262 std::string Lexer::Stringify(StringRef Str, bool Charify) { in Stringify() function in Lexer
269 void Lexer::Stringify(SmallVectorImpl<char> &Str) { StringifyImpl(Str, '"'); } in Stringify() function in Lexer