Home
last modified time | relevance | path

Searched refs:getLocalEndLoc (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Introspection/
H A DIntrospectionTest.cpp226 STRING_LOCATION_STDPAIR(MethodDecl, getQualifierLoc().getLocalEndLoc()), in TEST()
230 STRING_LOCATION_STDPAIR(MethodDecl, getQualifierLoc().getPrefix().getLocalEndLoc()), in TEST()
234 STRING_LOCATION_STDPAIR(MethodDecl, getQualifierLoc().getPrefix().getPrefix().getLocalEndLoc()), in TEST()
238 …CATION_STDPAIR(MethodDecl, getQualifierLoc().getPrefix().getPrefix().getPrefix().getLocalEndLoc()), in TEST()
259 …ionTypeLoc>().getReturnLoc().getAs<clang::ElaboratedTypeLoc>().getQualifierLoc().getLocalEndLoc()), in TEST()
263 …).getReturnLoc().getAs<clang::ElaboratedTypeLoc>().getQualifierLoc().getPrefix().getLocalEndLoc()), in TEST()
281 …etTypeLoc().getNextTypeLoc().getAs<clang::ElaboratedTypeLoc>().getQualifierLoc().getLocalEndLoc()), in TEST()
285 …getNextTypeLoc().getAs<clang::ElaboratedTypeLoc>().getQualifierLoc().getPrefix().getLocalEndLoc()), in TEST()
392 STRING_LOCATION_STDPAIR(NNS, getLocalEndLoc()), in TEST()
396 STRING_LOCATION_STDPAIR(NNS, getPrefix().getLocalEndLoc()), in TEST()
/llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h119 if (!visit(ND, NNS.getLocalBeginLoc(), NNS.getLocalEndLoc())) in TraverseNestedNameSpecifierLoc()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DNestedNameSpecifier.h317 SourceLocation getLocalEndLoc() const { in getLocalEndLoc() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h4138 Q.getLocalBeginLoc(), Q.getLocalEndLoc(), in TransformNestedNameSpecifierLoc()
4150 SS.Extend(SemaRef.Context, NS, Q.getLocalBeginLoc(), Q.getLocalEndLoc()); in TransformNestedNameSpecifierLoc()
4159 Q.getLocalEndLoc()); in TransformNestedNameSpecifierLoc()
4194 Q.getLocalEndLoc()); in TransformNestedNameSpecifierLoc()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp9166 if (Error Err = importInto(ToLocalEndLoc, NNS.getLocalEndLoc())) in Import()