Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h119 if (!visit(ND, NNS.getLocalBeginLoc(), NNS.getLocalEndLoc())) in TraverseNestedNameSpecifierLoc()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h316 SourceLocation getLocalBeginLoc() const { in getLocalBeginLoc() function
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp262 SourceLocation Loc = NNS.getLocalBeginLoc(); in indexNestedNameSpecifierLoc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp145 return Builder.getTemporary().getLocalBeginLoc(); in getLastQualifierNameLoc()
H A DTreeTransform.h4615 Q.getLocalBeginLoc(), Q.getLocalEndLoc(), in TransformNestedNameSpecifierLoc()
4626 Q.getLocalBeginLoc(), QNNS->getAsNamespace())); in TransformNestedNameSpecifierLoc()
4627 SS.Extend(SemaRef.Context, NS, Q.getLocalBeginLoc(), Q.getLocalEndLoc()); in TransformNestedNameSpecifierLoc()
4634 Q.getLocalBeginLoc(), QNNS->getAsNamespaceAlias())); in TransformNestedNameSpecifierLoc()
4635 SS.Extend(SemaRef.Context, Alias, Q.getLocalBeginLoc(), in TransformNestedNameSpecifierLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp10123 if (Error Err = importInto(ToLocalBeginLoc, NNS.getLocalBeginLoc())) in Import()