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.cpp1247 auto ConsumeLocation = [&P, &DeclEndLoc](SourceLocation &SpecifierLoc, in tryConsumeLambdaSpecifierToken() local
1262 ConsumeLocation(MutableLoc, 0); in tryConsumeLambdaSpecifierToken()
1265 ConsumeLocation(StaticLoc, 1); in tryConsumeLambdaSpecifierToken()
1268 ConsumeLocation(ConstexprLoc, 2); in tryConsumeLambdaSpecifierToken()
1271 ConsumeLocation(ConstevalLoc, 3); in tryConsumeLambdaSpecifierToken()