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

Completed in 73 milliseconds