HomeSort by: relevance | last modified time | path
    Searched refs:clang_getDiagnosticCategoryText (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexDiagnostic.cpp 340 CXString CategoryName = clang_getDiagnosticCategoryText(Diagnostic);
405 CXString clang_getDiagnosticCategoryText(CXDiagnostic Diag) {
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 1032 * is now deprecated. Use clang_getDiagnosticCategoryText()
1048 CINDEX_LINKAGE CXString clang_getDiagnosticCategoryText(CXDiagnostic);
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 467 return conf.lib.clang_getDiagnosticCategoryText(self)
3652 ("clang_getDiagnosticCategoryText",
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 4736 DiagCat = clang_getDiagnosticCategoryText(D);

Completed in 31 milliseconds