Home
last modified time | relevance | path

Searched refs:getSelectorStartLoc (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DAvoidThrowingObjCExceptionCheck.cpp37 auto SourceLoc = MatchedStmt == nullptr ? MatchedExpr->getSelectorStartLoc() in check()
H A DAvoidNSObjectNewCheck.cpp32 SourceLocation SelectorLocation = Expr->getSelectorStartLoc(); in isMessageExpressionInsideMacro()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/objc/
H A DSuperSelfCheck.cpp99 SourceLocation SelectorLoc = Message->getSelectorStartLoc(); in check()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp234 TA.replaceText(FinalizeM->getSelectorStartLoc(), "finalize", "dealloc"); in cleanupDeallocOrFinalize()
H A DObjCMT.cpp545 SourceLocation StartGetterSelectorLoc = Getter->getSelectorStartLoc(); in rewriteToObjCProperty()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFindTarget.cpp670 OMD->getSelectorStartLoc(), in refInDecl()
785 E->getSelectorStartLoc(), in refInStmt()
H A DAST.cpp176 L = MD->getSelectorStartLoc(); in nameLocation()
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexBody.cpp286 return IndexCtx.handleReference(MD, E->getSelectorStartLoc(), in VisitObjCMessageExpr()
H A DIndexDecl.cpp155 SourceLocation MethodLoc = D->getSelectorStartLoc(); in handleObjCMethod()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAvailability.cpp695 D, SourceRange(Msg->getSelectorStartLoc(), Msg->getEndLoc()), ID); in VisitObjCMessageExpr()
H A DSemaExpr.cpp20556 loc = msg->getSelectorStartLoc(); in diagnoseUnknownAnyExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprObjC.h1409 SourceLocation getSelectorStartLoc() const { in getSelectorStartLoc() function
H A DDeclObjC.h291 SourceLocation getSelectorStartLoc() const { in getSelectorStartLoc() function
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp6329 Loc = MD->getSelectorStartLoc(); in clang_getCursorLocation()