Searched refs:DeclEndLoc (Results 1 – 4 of 4) sorted by relevance
1059 SourceLocation &DeclEndLoc) { in tryConsumeMutableOrConstexprToken() argument1075 DeclEndLoc = MutableLoc; in tryConsumeMutableOrConstexprToken()1085 DeclEndLoc = ConstexprLoc; in tryConsumeMutableOrConstexprToken()1136 SourceLocation DeclEndLoc; in ParseLambdaExpressionAfterIntroducer() local1156 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 …]
177 SourceLocation DeclEndLoc; // the location of the ';' or '{'. variable242 NumParams(0), DeclEndLoc(endLoc), Body(), SelfDecl(nullptr), in NamedDecl()288 SourceLocation getDeclaratorEndLoc() const { return DeclEndLoc; } in getDeclaratorEndLoc()308 DeclEndLoc); in getSelectorLoc()
829 DeclEndLoc); in setMethodParams()910 return DeclEndLoc; in getLocEnd()
927 MD->DeclEndLoc = ReadSourceLocation(Record, Idx); in VisitObjCMethodDecl()