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
4405 Q.getLocalBeginLoc(), Q.getLocalEndLoc(), in TransformNestedNameSpecifierLoc()4417 SS.Extend(SemaRef.Context, NS, Q.getLocalBeginLoc(), Q.getLocalEndLoc()); in TransformNestedNameSpecifierLoc()4426 Q.getLocalEndLoc()); in TransformNestedNameSpecifierLoc()4465 Q.getLocalEndLoc()); in TransformNestedNameSpecifierLoc()
9752 if (Error Err = importInto(ToLocalEndLoc, NNS.getLocalEndLoc())) in Import()