Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp234 TA.replaceText(FinalizeM->getSelectorStartLoc(), "finalize", "dealloc"); in cleanupDeallocOrFinalize()
H A DObjCMT.cpp546 SourceLocation StartGetterSelectorLoc = Getter->getSelectorStartLoc(); in rewriteToObjCProperty()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp282 return IndexCtx.handleReference(MD, E->getSelectorStartLoc(), in VisitObjCMessageExpr()
H A DIndexDecl.cpp149 SourceLocation MethodLoc = D->getSelectorStartLoc(); in handleObjCMethod()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp696 D, SourceRange(Msg->getSelectorStartLoc(), Msg->getEndLoc()), ID); in VisitObjCMessageExpr()
H A DSemaExpr.cpp19634 loc = msg->getSelectorStartLoc(); in diagnoseUnknownAnyExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1409 SourceLocation getSelectorStartLoc() const { in getSelectorStartLoc() function
H A DDeclObjC.h291 SourceLocation getSelectorStartLoc() const { in getSelectorStartLoc() function