Searched defs:MessageExpr (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/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() 809 const ObjCMessageExpr *MessageExpr = M.getOriginExpr(); in checkPreObjCMessage() local 905 const ObjCMessageExpr *MessageExpr = M.getOriginExpr(); in checkPostObjCMessage() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 185 const Expr *MessageExpr; global() variable 750 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) create() argument 983 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) addNew() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 1220 ExprResult MessageExpr, ReplacementExpr; ParseAvailabilityAttribute() local
|