Searched refs:shouldRunOnFunctionOrMethod (Results 1 – 1 of 1) sorted by relevance
51 static bool shouldRunOnFunctionOrMethod(const NamedDecl *ND);172 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkPostObjCMessage()199 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkPostStmt()212 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkPreStmt()240 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkPreCall()268 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkPostCall()303 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkLocation()385 static bool shouldRunOnFunctionOrMethod(const NamedDecl *ND) { in shouldRunOnFunctionOrMethod() function