Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Checkers/
DObjCRetainCount.h225 static CallEffects getEffect(const ObjCMethodDecl *MD);
228 static CallEffects getEffect(const FunctionDecl *FD);
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1519 CallEffects CE = CallEffects::getEffect(FuncDecl); in migrateAddFunctionAnnotation()
1638 CallEffects CE = CallEffects::getEffect(MethodDecl); in migrateAddMethodAnnotation()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp4008 CallEffects CallEffects::getEffect(const ObjCMethodDecl *MD) { in getEffect() function in clang::ento::objc_retain::CallEffects
4013 CallEffects CallEffects::getEffect(const FunctionDecl *FD) { in getEffect() function in clang::ento::objc_retain::CallEffects