Home
last modified time | relevance | path

Searched refs:clang_getDiagnosticSpelling (Results 1 – 5 of 5) sorted by relevance

/external/clang/tools/libclang/
DCIndexDiagnostic.cpp315 CXString Text = clang_getDiagnosticSpelling(Diagnostic); in clang_formatDiagnostic()
391 CXString clang_getDiagnosticSpelling(CXDiagnostic Diag) { in clang_getDiagnosticSpelling() function
Dlibclang.exports201 clang_getDiagnosticSpelling
/external/clang/include/clang-c/
DIndex.h910 CINDEX_LINKAGE CXString clang_getDiagnosticSpelling(CXDiagnostic);
/external/clang/bindings/python/clang/
Dcindex.py324 return conf.lib.clang_getDiagnosticSpelling(self)
/external/clang/tools/c-index-test/
Dc-index-test.c4157 DiagSpelling = clang_getDiagnosticSpelling(D); in printDiagnosticSet()