Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1101 bool HaveIssuedWarning = false; in DiagnoseTypeAwareAllocators() local
1105 if (!HaveIssuedWarning) { in DiagnoseTypeAwareAllocators()
1107 HaveIssuedWarning = true; in DiagnoseTypeAwareAllocators()
1113 return HaveIssuedWarning; in DiagnoseTypeAwareAllocators()