Searched refs:clang_formatDiagnostic (Results 1 - 5 of 5) sorted by relevance

/external/clang/unittests/libclang/
H A DLibclangTest.cpp379 DEBUG(llvm::dbgs() << clang_getCString(clang_formatDiagnostic(
/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp255 CXString clang_formatDiagnostic(CXDiagnostic Diagnostic, unsigned Options) { function
H A DCIndex.cpp6833 CXString Msg = clang_formatDiagnostic(&Diag,
/external/clang/include/clang-c/
H A DIndex.h798 * behavior of \c clang_formatDiagnostic().
877 CINDEX_LINKAGE CXString clang_formatDiagnostic(CXDiagnostic Diagnostic,
885 * clang_formatDiagnostic().
/external/clang/tools/c-index-test/
H A Dc-index-test.c940 Msg = clang_formatDiagnostic(Diagnostic, display_opts);
1777 DiagStr = clang_formatDiagnostic(Diag,
2783 str = clang_formatDiagnostic(diag, clang_defaultDiagnosticDisplayOptions());

Completed in 1102 milliseconds