Home
last modified time | relevance | path

Searched defs:isClassMessage (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp380 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 DSemaExprObjC.cpp1469 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 DExprObjC.h1254 bool isClassMessage() const { isClassMessage() function
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp720 TEST(Matcher,isClassMessage) TEST() argument
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3767 AST_MATCHER(ObjCMessageExpr,isClassMessage) AST_MATCHER() argument