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);
276 if (Charify) {
313 /*Charify=*/false,
195 StringifyArgument(const Token *ArgToks, Preprocessor &PP, bool Charify, SourceLocation ExpansionLocStart, SourceLocation ExpansionLocEnd) argument
H A DLexer.cpp209 std::string Lexer::Stringify(const std::string &Str, bool Charify) { argument
211 char Quote = Charify ? '\'' : '"';

Completed in 324 milliseconds