Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp1163 SourceLocation &DeclEndLoc) { in tryConsumeLambdaSpecifierToken() argument
1172 auto ConsumeLocation = [&P, &DeclEndLoc](SourceLocation &SpecifierLoc, in tryConsumeLambdaSpecifierToken()
1181 DeclEndLoc = SpecifierLoc; in tryConsumeLambdaSpecifierToken()
1375 SourceLocation DeclEndLoc = RParenLoc; in ParseLambdaExpressionAfterIntroducer() local
1388 ConstexprLoc, ConstevalLoc, DeclEndLoc); in ParseLambdaExpressionAfterIntroducer()
1408 DeclEndLoc = ESpecRange.getEnd(); in ParseLambdaExpressionAfterIntroducer()
1412 DeclEndLoc = Attr.Range.getEnd(); in ParseLambdaExpressionAfterIntroducer()
1421 SourceLocation FunLocalRangeEnd = DeclEndLoc; in ParseLambdaExpressionAfterIntroducer()
1431 DeclEndLoc = Range.getEnd(); in ParseLambdaExpressionAfterIntroducer()
1448 std::move(Attr), DeclEndLoc); in ParseLambdaExpressionAfterIntroducer()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp831 DeclEndLoc(endLoc) { in ObjCMethodDecl()
953 DeclEndLoc)); in setMethodParams()
1050 return DeclEndLoc; in getEndLoc()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h158 SourceLocation DeclEndLoc; // the location of the ';' or '{'. variable
281 SourceLocation getDeclaratorEndLoc() const { return DeclEndLoc; } in getDeclaratorEndLoc()
302 DeclEndLoc); in getSelectorLoc()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1149 MD->DeclEndLoc = readSourceLocation(); in VisitObjCMethodDecl()