Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h647 SourceLocation ReceiverLoc; variable
663 IdLoc(l), ReceiverLoc(sl), Receiver(st.getTypePtr()) { in ObjCPropertyRefExpr()
684 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) { in ObjCPropertyRefExpr()
691 SourceLocation IdLoc, SourceLocation ReceiverLoc, in ObjCPropertyRefExpr() argument
695 IdLoc(IdLoc), ReceiverLoc(ReceiverLoc), Receiver(Receiver) { in ObjCPropertyRefExpr()
764 SourceLocation getReceiverLocation() const { return ReceiverLoc; } in getReceiverLocation()
830 void setReceiverLocation(SourceLocation Loc) { ReceiverLoc = Loc; } in setReceiverLocation()