Searched refs:shouldRunOnFunctionOrMethod (Results 1 – 1 of 1) sorted by relevance
52 static bool shouldRunOnFunctionOrMethod(const NamedDecl *ND);177 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkPostObjCMessage()204 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkPostStmt()216 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkPreStmt()244 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkPreCall()272 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkPostCall()307 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkLocation()389 static bool shouldRunOnFunctionOrMethod(const NamedDecl *ND) { in shouldRunOnFunctionOrMethod() function