Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp1067 SourceLocation DeclEndLoc; in ParseLambdaExpressionAfterIntroducer() local
1087 DeclEndLoc = RParenLoc; in ParseLambdaExpressionAfterIntroducer()
1091 MaybeParseGNUAttributes(Attr, &DeclEndLoc); in ParseLambdaExpressionAfterIntroducer()
1096 DeclEndLoc = MutableLoc; in ParseLambdaExpressionAfterIntroducer()
1113 DeclEndLoc = ESpecRange.getEnd(); in ParseLambdaExpressionAfterIntroducer()
1126 DeclEndLoc = Range.getEnd(); in ParseLambdaExpressionAfterIntroducer()
1153 Attr, DeclEndLoc); in ParseLambdaExpressionAfterIntroducer()
1172 SourceLocation DeclEndLoc = DeclLoc; in ParseLambdaExpressionAfterIntroducer() local
1183 DeclEndLoc = MutableLoc; in ParseLambdaExpressionAfterIntroducer()
1194 DeclEndLoc = Range.getEnd(); in ParseLambdaExpressionAfterIntroducer()
[all …]
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h177 SourceLocation DeclEndLoc; // the location of the ';' or '{'. variable
242 NumParams(0), DeclEndLoc(endLoc), Body(), SelfDecl(nullptr), in NamedDecl()
288 SourceLocation getDeclaratorEndLoc() const { return DeclEndLoc; } in getDeclaratorEndLoc()
308 DeclEndLoc); in getSelectorLoc()
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp718 DeclEndLoc); in setMethodParams()
799 return DeclEndLoc; in getLocEnd()
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp789 MD->DeclEndLoc = ReadSourceLocation(Record, Idx); in VisitObjCMethodDecl()