Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAvailability.cpp699 D, SourceRange(Msg->getSelectorStartLoc(), Msg->getEndLoc()), ID); in VisitObjCMessageExpr()
H A DSemaExpr.cpp20935 loc = msg->getSelectorStartLoc(); in diagnoseUnknownAnyExpr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprObjC.h1409 SourceLocation getSelectorStartLoc() const { in getSelectorStartLoc() function
H A DDeclObjC.h290 SourceLocation getSelectorStartLoc() const { in getSelectorStartLoc() function
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp6363 Loc = MD->getSelectorStartLoc(); in clang_getCursorLocation()