Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexDiagnostic.cpp268 clang_getSpellingLocation(clang_getDiagnosticLocation(Diagnostic), in clang_formatDiagnostic()
385 CXSourceLocation clang_getDiagnosticLocation(CXDiagnostic Diag) { in clang_getDiagnosticLocation() function
Dlibclang.exports194 clang_getDiagnosticLocation
/external/clang/include/clang-c/
DIndex.h905 CINDEX_LINKAGE CXSourceLocation clang_getDiagnosticLocation(CXDiagnostic);
/external/clang/tools/c-index-test/
Dc-index-test.c1002 clang_getSpellingLocation(clang_getDiagnosticLocation(Diagnostic), in PrintDiagnostic()
4154 DiagLoc = clang_getDiagnosticLocation(D); in printDiagnosticSet()
/external/clang/bindings/python/clang/
Dcindex.py320 return conf.lib.clang_getDiagnosticLocation(self)