Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DVariadicMacroSupport.h197 bool hasCharifyBefore() const { in hasCharifyBefore() function
203 return hasStringifyBefore() || hasCharifyBefore(); in hasStringifyOrCharifyBefore()
/openbsd/gnu/llvm/clang/lib/Lex/
H A DTokenLexer.cpp230 &ConcatenatedVAOPTResultToks[0], PP, VCtx.hasCharifyBefore() /*Charify*/, in stringifyVAOPTContents()