Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp298 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.cpp851 D, SourceRange(Msg->getSelectorStartLoc(), Msg->getEndLoc()), ID); in VisitObjCMessageExpr()
H A DSemaExpr.cpp21180 loc = msg->getSelectorStartLoc(); in diagnoseUnknownAnyExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1413 SourceLocation getSelectorStartLoc() const { in getSelectorStartLoc() function
H A DDeclObjC.h288 SourceLocation getSelectorStartLoc() const { in getSelectorStartLoc() function