Home
last modified time | relevance | path

Searched defs:MessageExpr (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp130 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 DParsedAttr.h198 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 DParseDecl.cpp1298 ExprResult MessageExpr, ReplacementExpr; ParseAvailabilityAttribute() local