Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1011 SourceLocation *ExpectedEllipsisLoc = in ParseLambdaIntroducer() local
1015 EllipsisLoc = *ExpectedEllipsisLoc; in ParseLambdaIntroducer()
1036 if (&Loc != ExpectedEllipsisLoc && Loc.isValid()) { in ParseLambdaIntroducer()
1054 if (&Loc != ExpectedEllipsisLoc && Loc.isValid()) in ParseLambdaIntroducer()