Home
last modified time | relevance | path

Searched refs:getLocalBeginLoc (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h119 if (!visit(ND, NNS.getLocalBeginLoc(), NNS.getLocalEndLoc())) in TraverseNestedNameSpecifierLoc()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h311 SourceLocation getLocalBeginLoc() const { in getLocalBeginLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp280 SourceLocation Loc = NNS.getLocalBeginLoc(); in indexNestedNameSpecifierLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp148 return Builder.getTemporary().getLocalBeginLoc(); in getLastQualifierNameLoc()
H A DTreeTransform.h4322 Q.getLocalBeginLoc(), Q.getLocalEndLoc(), in TransformNestedNameSpecifierLoc()
4333 Q.getLocalBeginLoc(), QNNS->getAsNamespace())); in TransformNestedNameSpecifierLoc()
4334 SS.Extend(SemaRef.Context, NS, Q.getLocalBeginLoc(), Q.getLocalEndLoc()); in TransformNestedNameSpecifierLoc()
4341 Q.getLocalBeginLoc(), QNNS->getAsNamespaceAlias())); in TransformNestedNameSpecifierLoc()
4342 SS.Extend(SemaRef.Context, Alias, Q.getLocalBeginLoc(), in TransformNestedNameSpecifierLoc()
H A DSemaType.cpp6505 DNTLoc.setNameLoc(NNSLoc.getLocalBeginLoc()); in VisitMemberPointerTypeLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9654 if (Error Err = importInto(ToLocalBeginLoc, NNS.getLocalBeginLoc())) in Import()