Searched refs:clang_getDiagnosticCategory (Results 1 - 3 of 3) sorted by relevance

/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp326 if (unsigned CategoryID = clang_getDiagnosticCategory(Diagnostic)) {
392 unsigned clang_getDiagnosticCategory(CXDiagnostic Diag) { function
/external/clang/include/clang-c/
H A DIndex.h901 CINDEX_LINKAGE unsigned clang_getDiagnosticCategory(CXDiagnostic);
909 * \c clang_getDiagnosticCategory().
/external/clang/bindings/python/clang/
H A Dcindex.py342 return conf.lib.clang_getDiagnosticCategory(self)
2811 ("clang_getDiagnosticCategory",

Completed in 89 milliseconds