Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DVariadicMacroSupport.h87 bool isInVAOpt() const { return UnmatchedOpeningParens.size(); } in isInVAOpt() function
91 assert(!isInVAOpt() && "Must NOT be within VAOPT context to call this"); in sawVAOptFollowedByOpeningParens()
97 assert(isInVAOpt() && "Must be within VAOPT context to call this"); in getUnmatchedOpeningParenLoc()
105 assert(isInVAOpt() && "Must be within VAOPT context to call this"); in sawClosingParen()
112 assert(isInVAOpt() && "Must be within VAOPT context to call this"); in sawOpeningParen()
240 using VAOptDefinitionContext::isInVAOpt;
/external/llvm-project/clang/lib/Lex/
DTokenLexer.cpp279 if (VCtx.isInVAOpt()) { in ExpandFunctionArguments()
411 assert((!NonEmptyPasteBefore || PasteBefore || VCtx.isInVAOpt()) && in ExpandFunctionArguments()
501 assert(VCtx.isInVAOpt() && "should only happen inside a __VA_OPT__"); in ExpandFunctionArguments()
583 if (!VCtx.isInVAOpt() || in ExpandFunctionArguments()
DPPDirectives.cpp2627 if (VAOCtx.isInVAOpt()) { in ReadOptionalMacroParameterListAndBody()
2645 } else if (VAOCtx.isInVAOpt()) { in ReadOptionalMacroParameterListAndBody()
2738 if (VAOCtx.isInVAOpt()) { in ReadOptionalMacroParameterListAndBody()