HomeSort by: relevance | last modified time | path
    Searched refs:getForbiddenTypeDiagnostic (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DelayedDiagnostic.h 203 /// Diag(diag.Loc, diag.getForbiddenTypeDiagnostic())
206 unsigned getForbiddenTypeDiagnostic() const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 8589 if (diag.getForbiddenTypeDiagnostic() == diag::err_arc_weak_disabled ||
8590 diag.getForbiddenTypeDiagnostic() == diag::err_arc_weak_no_runtime) {
8621 DD.getForbiddenTypeDiagnostic() ==
8628 S.Diag(DD.Loc, DD.getForbiddenTypeDiagnostic())

Completed in 79 milliseconds