Searched refs:ActOnSuperMessage (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 3313 return Actions.ActOnSuperMessage(getCurScope(), SuperLoc, Sel, in ParseObjCMessageExpressionBody()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseObjc.cpp | 3306 return Actions.ActOnSuperMessage(getCurScope(), SuperLoc, Sel, in ParseObjCMessageExpressionBody()
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 2152 ExprResult Sema::ActOnSuperMessage(Scope *S, in ActOnSuperMessage() function in Sema
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 2381 ExprResult Sema::ActOnSuperMessage(Scope *S, in ActOnSuperMessage() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7601 ExprResult ActOnSuperMessage(Scope *S, SourceLocation SuperLoc,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 9585 ExprResult ActOnSuperMessage(Scope *S, SourceLocation SuperLoc,
|