Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()