Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1173 auto ConsumeLocation = [&P, &DeclEndLoc](SourceLocation &SpecifierLoc, in tryConsumeLambdaSpecifierToken() local
1188 ConsumeLocation(MutableLoc, 0); in tryConsumeLambdaSpecifierToken()
1191 ConsumeLocation(StaticLoc, 1); in tryConsumeLambdaSpecifierToken()
1194 ConsumeLocation(ConstexprLoc, 2); in tryConsumeLambdaSpecifierToken()
1197 ConsumeLocation(ConstevalLoc, 3); in tryConsumeLambdaSpecifierToken()