Searched defs:MessageExpr (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DynamicTypePropagation.cpp | 130 const ObjCMessageExpr *MessageExpr = Message.getOriginExpr(); in inferReceiverType() local 739 findMethodDecl(const ObjCMessageExpr *MessageExpr, in findMethodDecl() argument 809 const ObjCMessageExpr *MessageExpr = M.getOriginExpr(); checkPreObjCMessage() local 905 const ObjCMessageExpr *MessageExpr = M.getOriginExpr(); checkPostObjCMessage() local [all...] |
/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 198 const Expr *MessageExpr; variable 770 create(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * Param,const AvailabilityChange & introduced,const AvailabilityChange & deprecated,const AvailabilityChange & obsoleted,SourceLocation unavailable,const Expr * MessageExpr,ParsedAttr::Form form,SourceLocation strict,const Expr * ReplacementExpr,IdentifierLoc * EnvironmentLoc) create() argument 1007 addNew(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * Param,const AvailabilityChange & introduced,const AvailabilityChange & deprecated,const AvailabilityChange & obsoleted,SourceLocation unavailable,const Expr * MessageExpr,ParsedAttr::Form form,SourceLocation strict,const Expr * ReplacementExpr,IdentifierLoc * EnvironmentLoc) addNew() argument
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 1298 ExprResult MessageExpr, ReplacementExpr; ParseAvailabilityAttribute() local
|