Home | History | Annotate | Download | only in Parse

Lines Matching refs:DeclEndLoc

803     SourceLocation DeclEndLoc;
818 DeclEndLoc = RParenLoc;
824 DeclEndLoc = MutableLoc;
839 DeclEndLoc = ESpecRange.getEnd();
842 MaybeParseCXX11Attributes(Attr, &DeclEndLoc);
844 SourceLocation FunLocalRangeEnd = DeclEndLoc;
853 DeclEndLoc = Range.getEnd();
878 Attr, DeclEndLoc);
886 SourceLocation DeclEndLoc = DeclLoc;
892 DeclEndLoc = MutableLoc;
901 DeclEndLoc = Range.getEnd();
925 DeclLoc, DeclEndLoc, D,
927 Attr, DeclEndLoc);