Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDVariadicMacroSupport.h202 bool hasCharifyBefore() const { in hasCharifyBefore() function
208 return hasStringifyBefore() || hasCharifyBefore(); in hasStringifyOrCharifyBefore()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDTokenLexer.cpp230 &ConcatenatedVAOPTResultToks[0], PP, VCtx.hasCharifyBefore() /*Charify*/, in stringifyVAOPTContents()