Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp1051 DeclEndLoc = MutableLoc; in tryConsumeMutableOrConstexprToken()
1061 DeclEndLoc = ConstexprLoc; in tryConsumeMutableOrConstexprToken()
1150 SourceLocation DeclEndLoc = RParenLoc; in ParseLambdaExpressionAfterIntroducer() local
1154 MaybeParseGNUAttributes(Attr, &DeclEndLoc); in ParseLambdaExpressionAfterIntroducer()
1183 DeclEndLoc = ESpecRange.getEnd(); in ParseLambdaExpressionAfterIntroducer()
1197 DeclEndLoc = Range.getEnd(); in ParseLambdaExpressionAfterIntroducer()
1217 std::move(Attr), DeclEndLoc); in ParseLambdaExpressionAfterIntroducer()
1236 SourceLocation DeclEndLoc = DeclLoc; in ParseLambdaExpressionAfterIntroducer() local
1240 MaybeParseGNUAttributes(Attr, &DeclEndLoc); in ParseLambdaExpressionAfterIntroducer()
1246 DeclEndLoc = MutableLoc; in ParseLambdaExpressionAfterIntroducer()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp789 DeclEndLoc(endLoc) { in ObjCMethodDecl()
896 DeclEndLoc)); in setMethodParams()
983 return DeclEndLoc; in getEndLoc()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h159 SourceLocation DeclEndLoc; // the location of the ';' or '{'. variable
280 SourceLocation getDeclaratorEndLoc() const { return DeclEndLoc; } in getDeclaratorEndLoc()
301 DeclEndLoc); in getSelectorLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1023 MD->DeclEndLoc = ReadSourceLocation(); in VisitObjCMethodDecl()