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

  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 342 if (unsigned CategoryID = clang_getDiagnosticCategory(Diagnostic)) {
408 unsigned clang_getDiagnosticCategory(CXDiagnostic Diag) {
  /external/clang/include/clang-c/
Index.h 933 CINDEX_LINKAGE unsigned clang_getDiagnosticCategory(CXDiagnostic);
941 * \c clang_getDiagnosticCategory().
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 365 return conf.lib.clang_getDiagnosticCategory(self)
    [all...]

Completed in 4586 milliseconds