Searched refs:VAOCtx (Results 1 – 1 of 1) sorted by relevance
3004 VAOptDefinitionContext VAOCtx(*this); in ReadOptionalMacroParameterListAndBody() local3012 if (VAOCtx.isVAOptToken(Tok)) { in ReadOptionalMacroParameterListAndBody()3014 if (VAOCtx.isInVAOpt()) { in ReadOptionalMacroParameterListAndBody()3025 VAOCtx.sawVAOptFollowedByOpeningParens(Tok.getLocation()); in ReadOptionalMacroParameterListAndBody()3032 } else if (VAOCtx.isInVAOpt()) { in ReadOptionalMacroParameterListAndBody()3034 if (VAOCtx.sawClosingParen()) { in ReadOptionalMacroParameterListAndBody()3044 VAOCtx.sawOpeningParen(Tok.getLocation()); in ReadOptionalMacroParameterListAndBody()3091 if (!VAOCtx.isVAOptToken(Tok) && in ReadOptionalMacroParameterListAndBody()3116 if (!VAOCtx.isVAOptToken(Tok)) { in ReadOptionalMacroParameterListAndBody()3124 if (VAOCtx.isInVAOpt()) { in ReadOptionalMacroParameterListAndBody()[all …]