Home
last modified time | relevance | path

Searched refs:hasCharifyBefore (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/include/clang/Lex/
DVariadicMacroSupport.h201 bool hasCharifyBefore() const { in hasCharifyBefore() function
207 return hasStringifyBefore() || hasCharifyBefore(); in hasStringifyOrCharifyBefore()
/external/llvm-project/clang/lib/Lex/
DTokenLexer.cpp228 &ConcatenatedVAOPTResultToks[0], PP, VCtx.hasCharifyBefore() /*Charify*/, in stringifyVAOPTContents()