Searched defs:isClassMessage (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 380 tryGenerateSpecializedMessageSend(CodeGenFunction & CGF,QualType ResultType,llvm::Value * Receiver,const CallArgList & Args,Selector Sel,const ObjCMethodDecl * method,bool isClassMessage) tryGenerateSpecializedMessageSend() argument 442 GeneratePossiblySpecializedMessageSend(CodeGenFunction & CGF,ReturnValueSlot Return,QualType ResultType,Selector Sel,llvm::Value * Receiver,const CallArgList & Args,const ObjCInterfaceDecl * OID,const ObjCMethodDecl * Method,bool isClassMessage) GeneratePossiblySpecializedMessageSend() argument 609 bool isClassMessage = false; EmitObjCMessageExpr() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 1469 getBaseMessageSendResultType(Sema & S,QualType ReceiverType,ObjCMethodDecl * Method,bool isClassMessage,bool isSuperMessage) getBaseMessageSendResultType() argument 1534 getMessageSendResultType(const Expr * Receiver,QualType ReceiverType,ObjCMethodDecl * Method,bool isClassMessage,bool isSuperMessage) getMessageSendResultType() argument 1728 CheckMessageArgumentTypes(const Expr * Receiver,QualType ReceiverType,MultiExprArg Args,Selector Sel,ArrayRef<SourceLocation> SelectorLocs,ObjCMethodDecl * Method,bool isClassMessage,bool isSuperMessage,SourceLocation lbrac,SourceLocation rbrac,SourceRange RecRange,QualType & ReturnType,ExprValueKind & VK) CheckMessageArgumentTypes() argument [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | ExprObjC.h | 1254 bool isClassMessage() const { isClassMessage() function
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersTraversalTest.cpp | 720 TEST(Matcher,isClassMessage) TEST() argument
|
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 3767 AST_MATCHER(ObjCMessageExpr,isClassMessage) AST_MATCHER() argument
|