Home | History | Annotate | Download | only in Parse

Lines Matching defs:EndLoc

260     SourceLocation EndLoc  = ParseDecltypeSpecifier(DS);
264 AnnotateExistingDecltypeSpecifier(DS, DeclLoc, EndLoc);
2515 SourceLocation EndLoc = ParseDecltypeSpecifier(DS);
2517 Result.setDestructorName(TildeLoc, Type, EndLoc);
2935 SourceLocation EndLoc = Parens.getCloseLocation();
2938 Diag(EndLoc, diag::err_type_trait_arity)
2944 Diag(EndLoc, diag::err_type_trait_arity)
2949 return Actions.ActOnTypeTrait(TypeTraitFromTokKind(Kind), Loc, Args, EndLoc);