Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DNestedNameSpecifiers.cpp31 Match(ND->getName(), NNS.getLocalBeginLoc()); in TraverseNestedNameSpecifierLoc()
/llvm-project-15.0.7/clang/unittests/Introspection/
H A DIntrospectionTest.cpp225 STRING_LOCATION_STDPAIR(MethodDecl, getQualifierLoc().getLocalBeginLoc()), in TEST()
229 STRING_LOCATION_STDPAIR(MethodDecl, getQualifierLoc().getPrefix().getLocalBeginLoc()), in TEST()
233 STRING_LOCATION_STDPAIR(MethodDecl, getQualifierLoc().getPrefix().getPrefix().getLocalBeginLoc()), in TEST()
237 …TION_STDPAIR(MethodDecl, getQualifierLoc().getPrefix().getPrefix().getPrefix().getLocalBeginLoc()), in TEST()
258 …nTypeLoc>().getReturnLoc().getAs<clang::ElaboratedTypeLoc>().getQualifierLoc().getLocalBeginLoc()), in TEST()
262 …getReturnLoc().getAs<clang::ElaboratedTypeLoc>().getQualifierLoc().getPrefix().getLocalBeginLoc()), in TEST()
280 …TypeLoc().getNextTypeLoc().getAs<clang::ElaboratedTypeLoc>().getQualifierLoc().getLocalBeginLoc()), in TEST()
284 …tNextTypeLoc().getAs<clang::ElaboratedTypeLoc>().getQualifierLoc().getPrefix().getLocalBeginLoc()), in TEST()
391 STRING_LOCATION_STDPAIR(NNS, getLocalBeginLoc()), in TEST()
395 STRING_LOCATION_STDPAIR(NNS, getPrefix().getLocalBeginLoc()), 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.h311 SourceLocation getLocalBeginLoc() const { in getLocalBeginLoc() function
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp280 SourceLocation Loc = NNS.getLocalBeginLoc(); in indexNestedNameSpecifierLoc()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSemanticHighlighting.cpp803 H.addToken(Q.getLocalBeginLoc(), HighlightingKind::Type) in TraverseNestedNameSpecifierLoc()
H A DFindTarget.cpp1054 NNSL->getPrefix(), NNSL->getLocalBeginLoc(), false, in explicitReference()
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp147 return Builder.getTemporary().getLocalBeginLoc(); in getLastQualifierNameLoc()
H A DTreeTransform.h4138 Q.getLocalBeginLoc(), Q.getLocalEndLoc(), in TransformNestedNameSpecifierLoc()
4149 Q.getLocalBeginLoc(), QNNS->getAsNamespace())); in TransformNestedNameSpecifierLoc()
4150 SS.Extend(SemaRef.Context, NS, Q.getLocalBeginLoc(), Q.getLocalEndLoc()); in TransformNestedNameSpecifierLoc()
4157 Q.getLocalBeginLoc(), QNNS->getAsNamespaceAlias())); in TransformNestedNameSpecifierLoc()
4158 SS.Extend(SemaRef.Context, Alias, Q.getLocalBeginLoc(), in TransformNestedNameSpecifierLoc()
H A DSemaType.cpp6257 DNTLoc.setNameLoc(NNSLoc.getLocalBeginLoc()); in VisitMemberPointerTypeLoc()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp1472 Q.getLocalBeginLoc(), TU))) in VisitNestedNameSpecifierLoc()
1479 Q.getLocalBeginLoc(), TU))) in VisitNestedNameSpecifierLoc()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp9162 if (Error Err = importInto(ToLocalBeginLoc, NNS.getLocalBeginLoc())) in Import()