HomeSort by relevance Sort by last modified time
    Searched refs:CXDiagnostic_Note (Results 1 - 4 of 4) sorted by null

  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 33 case DiagnosticsEngine::Note: return CXDiagnostic_Note;
CIndexDiagnostic.cpp 54 return CXDiagnostic_Note;
309 case CXDiagnostic_Note: Out << "note: "; break;
  /external/clang/include/clang-c/
Index.h 658 CXDiagnostic_Note = 1,
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 323 milliseconds