Searched refs:isInVAOpt (Results 1 – 3 of 3) sorted by relevance
88 bool isInVAOpt() const { return UnmatchedOpeningParens.size(); } in isInVAOpt() function92 assert(!isInVAOpt() && "Must NOT be within VAOPT context to call this"); in sawVAOptFollowedByOpeningParens()98 assert(isInVAOpt() && "Must be within VAOPT context to call this"); in getUnmatchedOpeningParenLoc()106 assert(isInVAOpt() && "Must be within VAOPT context to call this"); in sawClosingParen()113 assert(isInVAOpt() && "Must be within VAOPT context to call this"); in sawOpeningParen()219 using VAOptDefinitionContext::isInVAOpt;
277 if (VCtx.isInVAOpt()) { in ExpandFunctionArguments()391 assert((!NonEmptyPasteBefore || PasteBefore || VCtx.isInVAOpt()) && in ExpandFunctionArguments()548 if (!VCtx.isInVAOpt() || in ExpandFunctionArguments()
2423 if (VAOCtx.isInVAOpt()) { in ReadOptionalMacroParameterListAndBody()2441 } else if (VAOCtx.isInVAOpt()) { in ReadOptionalMacroParameterListAndBody()2534 if (VAOCtx.isInVAOpt()) { in ReadOptionalMacroParameterListAndBody()