Searched refs:issueDiagnostic (Results 1 – 4 of 4) sorted by relevance
60 issueDiagnostic(Result, Block, Return->getSourceRange(), in checkRedundantReturn()68 issueDiagnostic(Result, Block, Continue->getSourceRange(), in checkRedundantContinue()72 void RedundantControlFlowCheck::issueDiagnostic( in issueDiagnostic() function in clang::tidy::readability::RedundantControlFlowCheck
41 void issueDiagnostic(const ast_matchers::MatchFinder::MatchResult &Result,
3476 bool issueDiagnostic = false, issueError = false; in DiagnoseMultipleMethodInGlobalPool() local3486 issueDiagnostic = true; in DiagnoseMultipleMethodInGlobalPool()3496 (issueDiagnostic && getLangOpts().ObjCAutoRefCount)) in DiagnoseMultipleMethodInGlobalPool()3501 issueDiagnostic = true; in DiagnoseMultipleMethodInGlobalPool()3508 if (issueDiagnostic) { in DiagnoseMultipleMethodInGlobalPool()
3584 bool issueDiagnostic = false, issueError = false; in DiagnoseMultipleMethodInGlobalPool() local3594 issueDiagnostic = true; in DiagnoseMultipleMethodInGlobalPool()3604 (issueDiagnostic && getLangOpts().ObjCAutoRefCount)) in DiagnoseMultipleMethodInGlobalPool()3609 issueDiagnostic = true; in DiagnoseMultipleMethodInGlobalPool()3616 if (issueDiagnostic) { in DiagnoseMultipleMethodInGlobalPool()