Searched refs:diagnoseNoescape (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 119 static bool diagnoseNoescape(const ParmVarDecl *NewD, const ParmVarDecl *OldD, in diagnoseNoescape() function 132 static void diagnoseNoescape(const ParmVarDecl *NewD, const ParmVarDecl *OldD, in diagnoseNoescape() function 135 if (!diagnoseNoescape(NewD, OldD, S)) in diagnoseNoescape() 225 diagnoseNoescape(newDecl, oldDecl, SemaRef); in CheckObjCMethodOverride() 4983 diagnoseNoescape(*NI, *OI, C, P, SemaRef); in ActOnMethodDeclaration()
|