Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp233 if (VCtx.getLeadingSpaceForStringifiedToken()) in stringifyVAOPTContents()
254 VAOptExpansionContext VCtx(PP); in ExpandFunctionArguments() local
267 if (VCtx.isVAOptToken(CurTok)) { in ExpandFunctionArguments()
281 if (VCtx.isInVAOpt()) { in ExpandFunctionArguments()
318 if (VCtx.hasStringifyOrCharifyBefore()) { in ExpandFunctionArguments()
324 stringifyVAOPTContents(ResultToks, VCtx, in ExpandFunctionArguments()
344 if (VCtx.beginsWithPlaceholder()) { in ExpandFunctionArguments()
360 VCtx.reset(); in ExpandFunctionArguments()
504 VCtx.hasPlaceholderBeforeRParen(); in ExpandFunctionArguments()
570 VCtx.hasPlaceholderBeforeRParen(); in ExpandFunctionArguments()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DTokenLexer.h206 const VAOptExpansionContext &VCtx,