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

Completed in 255 milliseconds