Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1164 SourceLocation &DeclEndLoc) { in tryConsumeLambdaSpecifierToken() argument
1173 auto ConsumeLocation = [&P, &DeclEndLoc](SourceLocation &SpecifierLoc, in tryConsumeLambdaSpecifierToken()
1182 DeclEndLoc = SpecifierLoc; in tryConsumeLambdaSpecifierToken()
1363 SourceLocation DeclEndLoc; in ParseLambdaExpressionAfterIntroducer() local
1396 DeclEndLoc = RParenLoc = T.getCloseLocation(); in ParseLambdaExpressionAfterIntroducer()
1429 ConstevalLoc, DeclEndLoc); in ParseLambdaExpressionAfterIntroducer()
1457 DeclEndLoc = ESpecRange.getEnd(); in ParseLambdaExpressionAfterIntroducer()
1461 DeclEndLoc = Attributes.Range.getEnd(); in ParseLambdaExpressionAfterIntroducer()
1470 SourceLocation FunLocalRangeEnd = DeclEndLoc; in ParseLambdaExpressionAfterIntroducer()
1480 DeclEndLoc = Range.getEnd(); in ParseLambdaExpressionAfterIntroducer()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h156 SourceLocation DeclEndLoc; // the location of the ';' or '{'. variable
279 SourceLocation getDeclaratorEndLoc() const { return DeclEndLoc; } in getDeclaratorEndLoc()
300 DeclEndLoc); in getSelectorLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp831 DeclEndLoc(endLoc) { in ObjCMethodDecl()
953 DeclEndLoc)); in setMethodParams()
1050 return DeclEndLoc; in getEndLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1191 MD->DeclEndLoc = readSourceLocation(); in VisitObjCMethodDecl()