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

  /src/external/apache2/llvm/dist/clang/lib/Basic/
DiagnosticIDs.cpp 210 if (DiagID >= DIAG_UPPER_LIMIT || DiagID <= DIAG_START_COMMON)
368 assert(DiagID - DIAG_UPPER_LIMIT < DiagInfo.size() &&
370 return DiagInfo[DiagID-DIAG_UPPER_LIMIT].second;
375 assert(DiagID - DIAG_UPPER_LIMIT < DiagInfo.size() &&
377 return DiagInfo[DiagID-DIAG_UPPER_LIMIT].first;
389 unsigned ID = DiagInfo.size()+DIAG_UPPER_LIMIT;
426 return DiagID < diag::DIAG_UPPER_LIMIT &&
433 return DiagID < diag::DIAG_UPPER_LIMIT &&
444 if (DiagID >= diag::DIAG_UPPER_LIMIT ||
454 if (DiagID >= diag::DIAG_UPPER_LIMIT)
    [all...]
Diagnostic.cpp 357 assert(Diag < diag::DIAG_UPPER_LIMIT &&
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
DiagnosticIDs.h 57 DIAG_UPPER_LIMIT = DIAG_START_REFACTORING + DIAG_SIZE_REFACTORING

Completed in 72 milliseconds