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

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

Completed in 49 milliseconds