Searched refs:VAOCtx (Results 1 – 1 of 1) sorted by relevance
2617 VAOptDefinitionContext VAOCtx(*this); in ReadOptionalMacroParameterListAndBody() local2625 if (VAOCtx.isVAOptToken(Tok)) { in ReadOptionalMacroParameterListAndBody()2627 if (VAOCtx.isInVAOpt()) { in ReadOptionalMacroParameterListAndBody()2638 VAOCtx.sawVAOptFollowedByOpeningParens(Tok.getLocation()); in ReadOptionalMacroParameterListAndBody()2645 } else if (VAOCtx.isInVAOpt()) { in ReadOptionalMacroParameterListAndBody()2647 if (VAOCtx.sawClosingParen()) { in ReadOptionalMacroParameterListAndBody()2657 VAOCtx.sawOpeningParen(Tok.getLocation()); in ReadOptionalMacroParameterListAndBody()2705 if (!VAOCtx.isVAOptToken(Tok) && in ReadOptionalMacroParameterListAndBody()2730 if (!VAOCtx.isVAOptToken(Tok)) { in ReadOptionalMacroParameterListAndBody()2738 if (VAOCtx.isInVAOpt()) { in ReadOptionalMacroParameterListAndBody()[all …]