Home
last modified time | relevance | path

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

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