Home
last modified time | relevance | path

Searched refs:diagnoseNoescape (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp114 static bool diagnoseNoescape(const ParmVarDecl *NewD, const ParmVarDecl *OldD, in diagnoseNoescape() function
127 static void diagnoseNoescape(const ParmVarDecl *NewD, const ParmVarDecl *OldD, in diagnoseNoescape() function
130 if (!diagnoseNoescape(NewD, OldD, S)) in diagnoseNoescape()
219 diagnoseNoescape(newDecl, oldDecl, *this); in CheckObjCMethodOverride()
4950 diagnoseNoescape(*NI, *OI, C, P, *this); in ActOnMethodDeclaration()