Home
last modified time | relevance | path

Searched refs:ReceiverLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/objc/
H A DSuperSelfCheck.cpp95 SourceLocation ReceiverLoc = Message->getReceiverRange().getBegin(); in check() local
96 if (ReceiverLoc.isMacroID() || ReceiverLoc.isInvalid()) in check()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprObjC.h644 SourceLocation ReceiverLoc; variable
660 IdLoc(l), ReceiverLoc(sl), Receiver(st.getTypePtr()) { in ObjCPropertyRefExpr()
681 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) { in ObjCPropertyRefExpr()
688 SourceLocation IdLoc, SourceLocation ReceiverLoc, in ObjCPropertyRefExpr() argument
692 IdLoc(IdLoc), ReceiverLoc(ReceiverLoc), Receiver(Receiver) { in ObjCPropertyRefExpr()
761 SourceLocation getReceiverLocation() const { return ReceiverLoc; } in getReceiverLocation()
827 void setReceiverLocation(SourceLocation Loc) { ReceiverLoc = Loc; } in setReceiverLocation()