Home
last modified time | relevance | path

Searched refs:isInVAOpt (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DVariadicMacroSupport.h83 bool isInVAOpt() const { return UnmatchedOpeningParens.size(); } in isInVAOpt() function
87 assert(!isInVAOpt() && "Must NOT be within VAOPT context to call this"); in sawVAOptFollowedByOpeningParens()
93 assert(isInVAOpt() && "Must be within VAOPT context to call this"); in getUnmatchedOpeningParenLoc()
101 assert(isInVAOpt() && "Must be within VAOPT context to call this"); in sawClosingParen()
108 assert(isInVAOpt() && "Must be within VAOPT context to call this"); in sawOpeningParen()
236 using VAOptDefinitionContext::isInVAOpt;
/llvm-project-15.0.7/clang/lib/Lex/
H A DTokenLexer.cpp279 if (VCtx.isInVAOpt()) { in ExpandFunctionArguments()
411 assert((!NonEmptyPasteBefore || PasteBefore || VCtx.isInVAOpt()) && in ExpandFunctionArguments()
499 assert(VCtx.isInVAOpt() && "should only happen inside a __VA_OPT__"); in ExpandFunctionArguments()
581 if (!VCtx.isInVAOpt() || in ExpandFunctionArguments()
H A DPPDirectives.cpp2896 if (VAOCtx.isInVAOpt()) { in ReadOptionalMacroParameterListAndBody()
2914 } else if (VAOCtx.isInVAOpt()) { in ReadOptionalMacroParameterListAndBody()
3006 if (VAOCtx.isInVAOpt()) { in ReadOptionalMacroParameterListAndBody()