Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DObjCSelfInitChecker.cpp52 static bool shouldRunOnFunctionOrMethod(const NamedDecl *ND);
173 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkPostObjCMessage()
200 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkPostStmt()
213 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkPreStmt()
241 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkPreCall()
269 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkPostCall()
304 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkLocation()
386 static bool shouldRunOnFunctionOrMethod(const NamedDecl *ND) { in shouldRunOnFunctionOrMethod() function