Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
241 using VAOptDefinitionContext::isInVAOpt;
/src/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp281 if (VCtx.isInVAOpt()) { in ExpandFunctionArguments()
413 assert((!NonEmptyPasteBefore || PasteBefore || VCtx.isInVAOpt()) && in ExpandFunctionArguments()
501 assert(VCtx.isInVAOpt() && "should only happen inside a __VA_OPT__"); in ExpandFunctionArguments()
582 if (!VCtx.isInVAOpt() || in ExpandFunctionArguments()
H A DPPDirectives.cpp3014 if (VAOCtx.isInVAOpt()) { in ReadOptionalMacroParameterListAndBody()
3032 } else if (VAOCtx.isInVAOpt()) { in ReadOptionalMacroParameterListAndBody()
3124 if (VAOCtx.isInVAOpt()) { in ReadOptionalMacroParameterListAndBody()