Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports138 clang_getDiagnostic
DCIndexDiagnostic.cpp217 CXDiagnostic clang_getDiagnostic(CXTranslationUnit Unit, unsigned Index) { in clang_getDiagnostic() function
/external/clang/include/clang-c/
DIndex.h665 CINDEX_LINKAGE CXDiagnostic clang_getDiagnostic(CXTranslationUnit Unit,
/external/clang/bindings/python/clang/
Dcindex.py2094 diag = conf.lib.clang_getDiagnostic(self.tu, key)
/external/clang/tools/c-index-test/
Dc-index-test.c1508 Diag = clang_getDiagnostic(TU, i); in checkForErrors()