Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1095 SourceLocation &DeclEndLoc) { in tryConsumeLambdaSpecifierToken() argument
1104 auto ConsumeLocation = [&P, &DeclEndLoc](SourceLocation &SpecifierLoc, in tryConsumeLambdaSpecifierToken()
1113 DeclEndLoc = SpecifierLoc; in tryConsumeLambdaSpecifierToken()
1308 SourceLocation DeclEndLoc; in ParseLambdaExpressionAfterIntroducer() local
1341 DeclEndLoc = RParenLoc = T.getCloseLocation(); in ParseLambdaExpressionAfterIntroducer()
1374 ConstevalLoc, DeclEndLoc); in ParseLambdaExpressionAfterIntroducer()
1402 DeclEndLoc = ESpecRange.getEnd(); in ParseLambdaExpressionAfterIntroducer()
1406 DeclEndLoc = Attributes.Range.getEnd(); in ParseLambdaExpressionAfterIntroducer()
1415 SourceLocation FunLocalRangeEnd = DeclEndLoc; in ParseLambdaExpressionAfterIntroducer()
1425 DeclEndLoc = Range.getEnd(); in ParseLambdaExpressionAfterIntroducer()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp827 DeclEndLoc(endLoc) { in ObjCMethodDecl()
950 DeclEndLoc)); in setMethodParams()
1047 return DeclEndLoc; in getEndLoc()
/freebsd/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/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1190 MD->DeclEndLoc = readSourceLocation(); in VisitObjCMethodDecl()