Searched refs:getLocalEndLoc (Results 1 – 4 of 4) sorted by relevance
119 if (!visit(ND, NNS.getLocalBeginLoc(), NNS.getLocalEndLoc())) in TraverseNestedNameSpecifierLoc()
317 SourceLocation getLocalEndLoc() const { in getLocalEndLoc() function
4051 Q.getLocalBeginLoc(), Q.getLocalEndLoc(), in TransformNestedNameSpecifierLoc()4063 SS.Extend(SemaRef.Context, NS, Q.getLocalBeginLoc(), Q.getLocalEndLoc()); in TransformNestedNameSpecifierLoc()4072 Q.getLocalEndLoc()); in TransformNestedNameSpecifierLoc()4107 Q.getLocalEndLoc()); in TransformNestedNameSpecifierLoc()
8658 if (Error Err = importInto(ToLocalEndLoc, NNS.getLocalEndLoc())) in Import()