Searched refs:shouldRunOnFunctionOrMethod (Results 1 – 1 of 1) sorted by relevance
51 static bool shouldRunOnFunctionOrMethod(const NamedDecl *ND);170 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkPostObjCMessage()197 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkPostStmt()210 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkPreStmt()238 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkPreCall()267 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkPostCall()302 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkLocation()383 static bool shouldRunOnFunctionOrMethod(const NamedDecl *ND) { in shouldRunOnFunctionOrMethod() function