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.cpp1238 SourceLocation &DeclEndLoc) { in tryConsumeLambdaSpecifierToken() argument
1247 auto ConsumeLocation = [&P, &DeclEndLoc](SourceLocation &SpecifierLoc, in tryConsumeLambdaSpecifierToken()
1256 DeclEndLoc = SpecifierLoc; in tryConsumeLambdaSpecifierToken()
1448 SourceLocation DeclEndLoc; in ParseLambdaExpressionAfterIntroducer() local
1481 DeclEndLoc = RParenLoc = T.getCloseLocation(); in ParseLambdaExpressionAfterIntroducer()
1514 ConstevalLoc, DeclEndLoc); in ParseLambdaExpressionAfterIntroducer()
1542 DeclEndLoc = ESpecRange.getEnd(); in ParseLambdaExpressionAfterIntroducer()
1546 DeclEndLoc = Attributes.Range.getEnd(); in ParseLambdaExpressionAfterIntroducer()
1555 SourceLocation FunLocalRangeEnd = DeclEndLoc; in ParseLambdaExpressionAfterIntroducer()
1565 DeclEndLoc = Range.getEnd(); in ParseLambdaExpressionAfterIntroducer()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp830 DeclEndLoc(endLoc) { in ObjCMethodDecl()
953 DeclEndLoc)); in setMethodParams()
1050 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.cpp1183 MD->DeclEndLoc = readSourceLocation(); in VisitObjCMethodDecl()