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.cpp1152 SourceLocation *ExpectedEllipsisLoc = in ParseLambdaIntroducer() local
1156 EllipsisLoc = *ExpectedEllipsisLoc; in ParseLambdaIntroducer()
1177 if (&Loc != ExpectedEllipsisLoc && Loc.isValid()) { in ParseLambdaIntroducer()
1195 if (&Loc != ExpectedEllipsisLoc && Loc.isValid()) in ParseLambdaIntroducer()