Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DVariadicMacroSupport.h90 void sawVAOptFollowedByOpeningParens(const SourceLocation LParenLoc) { in sawVAOptFollowedByOpeningParens() function
222 void sawVAOptFollowedByOpeningParens(const SourceLocation VAOptLoc, in sawVAOptFollowedByOpeningParens() function
226 VAOptDefinitionContext::sawVAOptFollowedByOpeningParens(SourceLocation()); in sawVAOptFollowedByOpeningParens()
/external/llvm-project/clang/lib/Lex/
DTokenLexer.cpp271 VCtx.sawVAOptFollowedByOpeningParens(CurTok.getLocation(), in ExpandFunctionArguments()
DPPDirectives.cpp2638 VAOCtx.sawVAOptFollowedByOpeningParens(Tok.getLocation()); in ReadOptionalMacroParameterListAndBody()