Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp236 TA.replaceText(FinalizeM->getSelectorStartLoc(), "finalize", "dealloc"); in cleanupDeallocOrFinalize()
H A DObjCMT.cpp543 SourceLocation StartGetterSelectorLoc = Getter->getSelectorStartLoc(); in rewriteToObjCProperty()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexBody.cpp283 return IndexCtx.handleReference(MD, E->getSelectorStartLoc(), in VisitObjCMessageExpr()
H A DIndexDecl.cpp142 SourceLocation MethodLoc = D->getSelectorStartLoc(); in handleObjCMethod()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h1366 SourceLocation getSelectorStartLoc() const {
H A DDeclObjC.h289 SourceLocation getSelectorStartLoc() const { in getSelectorStartLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp8078 D, SourceRange(Msg->getSelectorStartLoc(), Msg->getEndLoc()), ID); in VisitObjCMessageExpr()
H A DSemaExpr.cpp16686 loc = msg->getSelectorStartLoc(); in diagnoseUnknownAnyExpr()