Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h119 if (!visit(ND, NNS.getLocalBeginLoc(), NNS.getLocalEndLoc())) in TraverseNestedNameSpecifierLoc()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DNestedNameSpecifier.h311 SourceLocation getLocalBeginLoc() const { in getLocalBeginLoc() function
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp280 SourceLocation Loc = NNS.getLocalBeginLoc(); in indexNestedNameSpecifierLoc()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp148 return Builder.getTemporary().getLocalBeginLoc(); in getLastQualifierNameLoc()
H A DTreeTransform.h4234 Q.getLocalBeginLoc(), Q.getLocalEndLoc(), in TransformNestedNameSpecifierLoc()
4245 Q.getLocalBeginLoc(), QNNS->getAsNamespace())); in TransformNestedNameSpecifierLoc()
4246 SS.Extend(SemaRef.Context, NS, Q.getLocalBeginLoc(), Q.getLocalEndLoc()); in TransformNestedNameSpecifierLoc()
4253 Q.getLocalBeginLoc(), QNNS->getAsNamespaceAlias())); in TransformNestedNameSpecifierLoc()
4254 SS.Extend(SemaRef.Context, Alias, Q.getLocalBeginLoc(), in TransformNestedNameSpecifierLoc()
H A DSemaType.cpp6352 DNTLoc.setNameLoc(NNSLoc.getLocalBeginLoc()); in VisitMemberPointerTypeLoc()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp1472 Q.getLocalBeginLoc(), TU))) in VisitNestedNameSpecifierLoc()
1479 Q.getLocalBeginLoc(), TU))) in VisitNestedNameSpecifierLoc()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp9314 if (Error Err = importInto(ToLocalBeginLoc, NNS.getLocalBeginLoc())) in Import()