Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Interpreter/ExceptionTests/
H A DInterpreterExceptionTest.cpp81 #define Stringify(s) Stringifyx(s) in TEST() macro
/llvm-project/flang/lib/Parser/
H A Dpreprocessor.cpp115 static TokenSequence Stringify( Stringify() function
/llvm-project/clang/lib/Lex/
H A DLexer.cpp310 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