Searched defs:isSuperReceiver (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DExprObjC.h719 bool isSuperReceiver() const { return Receiver.is<const Type*>(); } function in class:clang::ObjCPropertyRefExpr
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1977 bool isSuperReceiver,
1987 /*SuperLoc=*/isSuperReceiver ? Loc : SourceLocation(),
1976 BuildClassMessageImplicit(QualType ReceiverType, bool isSuperReceiver, SourceLocation Loc, Selector Sel, ObjCMethodDecl *Method, MultiExprArg Args) argument

Completed in 3231 milliseconds