Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h110 if (!visit(ND, NNS.getLocalBeginLoc(), NNS.getLocalEndLoc())) in TraverseNestedNameSpecifierLoc()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DNestedNameSpecifier.h305 SourceLocation getLocalBeginLoc() const { in getLocalBeginLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp226 SourceLocation Loc = NNS.getLocalBeginLoc(); in indexNestedNameSpecifierLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp139 return Builder.getTemporary().getLocalBeginLoc(); in getLastQualifierNameLoc()
H A DTreeTransform.h3581 Q.getLocalBeginLoc(), Q.getLocalEndLoc(), ObjectType); in TransformNestedNameSpecifierLoc()
3592 Q.getLocalBeginLoc(), in TransformNestedNameSpecifierLoc()
3594 SS.Extend(SemaRef.Context, NS, Q.getLocalBeginLoc(), Q.getLocalEndLoc()); in TransformNestedNameSpecifierLoc()
3601 getDerived().TransformDecl(Q.getLocalBeginLoc(), in TransformNestedNameSpecifierLoc()
3603 SS.Extend(SemaRef.Context, Alias, Q.getLocalBeginLoc(), in TransformNestedNameSpecifierLoc()
H A DSemaType.cpp5523 DNTLoc.setNameLoc(NNSLoc.getLocalBeginLoc()); in VisitMemberPointerTypeLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp7992 Import(NNS.getLocalBeginLoc()), in Import()
7999 Import(NNS.getLocalBeginLoc()), in Import()
8006 Import(NNS.getLocalBeginLoc()), in Import()
8015 Import(NNS.getLocalBeginLoc()), in Import()
8022 Builder.MakeGlobal(getToContext(), Import(NNS.getLocalBeginLoc())); in Import()