Searched refs:shouldRunOnFunctionOrMethod (Results 1 – 1 of 1) sorted by relevance
51 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()270 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkPostCall()305 if (!shouldRunOnFunctionOrMethod(dyn_cast<NamedDecl>( in checkLocation()387 static bool shouldRunOnFunctionOrMethod(const NamedDecl *ND) { in shouldRunOnFunctionOrMethod() function