Searched refs:Charify (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | MacroArgs.cpp | 208 Preprocessor &PP, bool Charify, in StringifyArgument() argument 213 Tok.setKind(Charify ? tok::char_constant : tok::string_literal); in StringifyArgument() 285 if (Charify) { in StringifyArgument()
|
| H A D | TokenLexer.cpp | 387 bool Charify = CurTok.is(tok::hashat); in ExpandFunctionArguments() local 390 UnexpArg, PP, Charify, ExpansionLocStart, ExpansionLocEnd); in ExpandFunctionArguments()
|
| H A D | Lexer.cpp | 309 std::string Lexer::Stringify(StringRef Str, bool Charify) { in Stringify() argument 311 char Quote = Charify ? '\'' : '"'; in Stringify()
|
| /freebsd/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);
|