Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExprCXX.cpp1059 SourceLocation &DeclEndLoc) { in tryConsumeMutableOrConstexprToken() argument
1075 DeclEndLoc = MutableLoc; in tryConsumeMutableOrConstexprToken()
1085 DeclEndLoc = ConstexprLoc; in tryConsumeMutableOrConstexprToken()
1136 SourceLocation DeclEndLoc; in ParseLambdaExpressionAfterIntroducer() local
1156 DeclEndLoc = RParenLoc; in ParseLambdaExpressionAfterIntroducer()
1160 MaybeParseGNUAttributes(Attr, &DeclEndLoc); in ParseLambdaExpressionAfterIntroducer()
1164 MaybeParseMicrosoftDeclSpecs(Attr, &DeclEndLoc); in ParseLambdaExpressionAfterIntroducer()
1170 DeclEndLoc); in ParseLambdaExpressionAfterIntroducer()
1189 DeclEndLoc = ESpecRange.getEnd(); in ParseLambdaExpressionAfterIntroducer()
1192 MaybeParseCXX11Attributes(Attr, &DeclEndLoc); in ParseLambdaExpressionAfterIntroducer()
[all …]
/external/clang/include/clang/AST/
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()
/external/clang/lib/AST/
DDeclObjC.cpp829 DeclEndLoc); in setMethodParams()
910 return DeclEndLoc; in getLocEnd()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp927 MD->DeclEndLoc = ReadSourceLocation(Record, Idx); in VisitObjCMethodDecl()