Searched defs:Charify (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Lex/
H A DMacroArgs.cpp192 /// preprocessor operator. If Charify is true, then it should be turned into
196 Preprocessor &PP, bool Charify,
201 Tok.setKind(Charify ? tok::char_constant : tok::string_literal);
272 if (Charify) {
309 /*Charify=*/false,
195 StringifyArgument(const Token *ArgToks, Preprocessor &PP, bool Charify, SourceLocation ExpansionLocStart, SourceLocation ExpansionLocEnd) argument
H A DLexer.cpp208 std::string Lexer::Stringify(const std::string &Str, bool Charify) { argument
210 char Quote = Charify ? '\'' : '"';

Completed in 82 milliseconds