Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DTokenLexer.cpp220 getExpansionLocForMacroDefLoc(VCtx.getVAOptLoc()); in stringifyVAOPTContents()
228 if (VCtx.getLeadingSpaceForStringifiedToken()) in stringifyVAOPTContents()
250 VAOptExpansionContext VCtx(PP); in ExpandFunctionArguments() local
263 if (VCtx.isVAOptToken(CurTok)) { in ExpandFunctionArguments()
277 if (VCtx.isInVAOpt()) { in ExpandFunctionArguments()
289 VCtx.sawOpeningParen(Tokens[I].getLocation()); in ExpandFunctionArguments()
309 if (VCtx.hasStringifyOrCharifyBefore()) { in ExpandFunctionArguments()
315 stringifyVAOPTContents(ResultToks, VCtx, in ExpandFunctionArguments()
331 VCtx.reset(); in ExpandFunctionArguments()
349 VCtx.sawHashOrHashAtBefore(NextTokGetsSpace, in ExpandFunctionArguments()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DTokenLexer.h203 const VAOptExpansionContext &VCtx,