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 158 clang_getDiagnosticCategory
CIndexDiagnostic.cpp 326 if (unsigned CategoryID = clang_getDiagnosticCategory(Diagnostic)) {
392 unsigned clang_getDiagnosticCategory(CXDiagnostic Diag) {
  /external/clang/bindings/python/clang/
cindex.py 342 return conf.lib.clang_getDiagnosticCategory(self)
    [all...]
  /external/clang/include/clang-c/
Index.h 901 CINDEX_LINKAGE unsigned clang_getDiagnosticCategory(CXDiagnostic);
909 * \c clang_getDiagnosticCategory().
    [all...]

Completed in 27 milliseconds