Home
last modified time | relevance | path

Searched refs:issueDiagnostic (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DRedundantControlFlowCheck.cpp60 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
DRedundantControlFlowCheck.h41 void issueDiagnostic(const ast_matchers::MatchFinder::MatchResult &Result,
/external/clang/lib/Sema/
DSemaDeclObjC.cpp3476 bool issueDiagnostic = false, issueError = false; in DiagnoseMultipleMethodInGlobalPool() local
3486 issueDiagnostic = true; in DiagnoseMultipleMethodInGlobalPool()
3496 (issueDiagnostic && getLangOpts().ObjCAutoRefCount)) in DiagnoseMultipleMethodInGlobalPool()
3501 issueDiagnostic = true; in DiagnoseMultipleMethodInGlobalPool()
3508 if (issueDiagnostic) { in DiagnoseMultipleMethodInGlobalPool()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp3584 bool issueDiagnostic = false, issueError = false; in DiagnoseMultipleMethodInGlobalPool() local
3594 issueDiagnostic = true; in DiagnoseMultipleMethodInGlobalPool()
3604 (issueDiagnostic && getLangOpts().ObjCAutoRefCount)) in DiagnoseMultipleMethodInGlobalPool()
3609 issueDiagnostic = true; in DiagnoseMultipleMethodInGlobalPool()
3616 if (issueDiagnostic) { in DiagnoseMultipleMethodInGlobalPool()