Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DTokenLexer.cpp231 if (VCtx.getLeadingSpaceForStringifiedToken()) in stringifyVAOPTContents()
252 VAOptExpansionContext VCtx(PP); in ExpandFunctionArguments() local
265 if (VCtx.isVAOptToken(CurTok)) { in ExpandFunctionArguments()
279 if (VCtx.isInVAOpt()) { in ExpandFunctionArguments()
316 if (VCtx.hasStringifyOrCharifyBefore()) { in ExpandFunctionArguments()
322 stringifyVAOPTContents(ResultToks, VCtx, in ExpandFunctionArguments()
342 if (VCtx.beginsWithPlaceholder()) { in ExpandFunctionArguments()
358 VCtx.reset(); in ExpandFunctionArguments()
503 VCtx.hasPlaceholderBeforeRParen(); in ExpandFunctionArguments()
569 VCtx.hasPlaceholderBeforeRParen(); in ExpandFunctionArguments()
[all …]
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DTokenLexer.h206 const VAOptExpansionContext &VCtx,