Searched refs:Charify (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Lex/ |
| H A D | MacroArgs.cpp | 209 Preprocessor &PP, bool Charify, in StringifyArgument() argument 214 Tok.setKind(Charify ? tok::char_constant : tok::string_literal); in StringifyArgument() 286 if (Charify) { in StringifyArgument()
|
| H A D | TokenLexer.cpp | 388 bool Charify = CurTok.is(tok::hashat); in ExpandFunctionArguments() local 391 UnexpArg, PP, Charify, ExpansionLocStart, ExpansionLocEnd); in ExpandFunctionArguments()
|
| H A D | Lexer.cpp | 310 std::string Lexer::Stringify(StringRef Str, bool Charify) { in Stringify() argument 312 char Quote = Charify ? '\'' : '"'; in Stringify()
|
| /src/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | MacroArgs.h | 125 Preprocessor &PP, bool Charify,
|
| H A D | Lexer.h | 322 static std::string Stringify(StringRef Str, bool Charify = false);
|