Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DExprObjC.h775 bool isSuperReceiver() const { return Receiver.is<const Type*>(); } isSuperReceiver() function
/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2443 BuildClassMessageImplicit(QualType ReceiverType,bool isSuperReceiver,SourceLocation Loc,Selector Sel,ObjCMethodDecl * Method,MultiExprArg Args) BuildClassMessageImplicit() argument