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

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

Completed in 359 milliseconds