Home
last modified time | relevance | path

Searched refs:clang_getDiagnosticSetFromTU (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/libclang/
DCIndexDiagnostic.cpp228 CXDiagnosticSet D = clang_getDiagnosticSetFromTU(Unit); in clang_getDiagnostic()
239 CXDiagnosticSet clang_getDiagnosticSetFromTU(CXTranslationUnit Unit) { in clang_getDiagnosticSetFromTU() function
Dlibclang.exports199 clang_getDiagnosticSetFromTU
/external/clang/include/clang-c/
DIndex.h791 clang_getDiagnosticSetFromTU(CXTranslationUnit Unit);
/external/clang/tools/c-index-test/
Dc-index-test.c1055 CXDiagnosticSet TUSet = clang_getDiagnosticSetFromTU(TU); in PrintDiagnostics()