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

/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp267 CXSourceRange Range = clang_getDiagnosticRange(Diagnostic, I);
415 CXSourceRange clang_getDiagnosticRange(CXDiagnostic Diag, unsigned Range) { function
/external/clang/include/clang-c/
H A DIndex.h942 CINDEX_LINKAGE CXSourceRange clang_getDiagnosticRange(CXDiagnostic Diagnostic,
/external/clang/bindings/python/clang/
H A Dcindex.py315 return conf.lib.clang_getDiagnosticRange(self.diag, key)
2842 ("clang_getDiagnosticRange",
/external/clang/tools/c-index-test/
H A Dc-index-test.c3611 CXSourceRange SR = clang_getDiagnosticRange(D, i);

Completed in 49 milliseconds