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

  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 59 CXDiagnosticSeverity Severity = clang_getDiagnosticSeverity(Diagnostic);
179 enum CXDiagnosticSeverity clang_getDiagnosticSeverity(CXDiagnostic Diag) {
  /external/clang/include/clang-c/
Index.h 646 clang_getDiagnosticSeverity(CXDiagnostic);
    [all...]
  /external/clang/bindings/python/clang/
cindex.py     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 369 if (clang_getDiagnosticSeverity(Diagnostic) == CXDiagnostic_Ignored)
    [all...]

Completed in 23 milliseconds