Searched refs:clang_getDiagnosticRange (Results 1 - 4 of 4) sorted by relevance

/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp283 CXSourceRange Range = clang_getDiagnosticRange(Diagnostic, I);
431 CXSourceRange clang_getDiagnosticRange(CXDiagnostic Diag, unsigned Range) { function
/external/clang/include/clang-c/
H A DIndex.h974 CINDEX_LINKAGE CXSourceRange clang_getDiagnosticRange(CXDiagnostic Diagnostic,
/external/clang/bindings/python/clang/
H A Dcindex.py338 return conf.lib.clang_getDiagnosticRange(self.diag, key)
3024 ("clang_getDiagnosticRange",
/external/clang/tools/c-index-test/
H A Dc-index-test.c3827 CXSourceRange SR = clang_getDiagnosticRange(D, i);

Completed in 147 milliseconds