Home
last modified time | relevance | path

Searched refs:CXDiagnostic_DisplaySourceLocation (Results 1 – 7 of 7) sorted by relevance

/external/clang/tools/libclang/
DCIndexDiagnostic.cpp263 if (Options & CXDiagnostic_DisplaySourceLocation) { in clang_formatDiagnostic()
375 return CXDiagnostic_DisplaySourceLocation | CXDiagnostic_DisplayColumn | in clang_defaultDiagnosticDisplayOptions()
/external/llvm-project/clang/tools/libclang/
DCIndexDiagnostic.cpp250 if (Options & CXDiagnostic_DisplaySourceLocation) { in clang_formatDiagnostic()
362 return CXDiagnostic_DisplaySourceLocation | CXDiagnostic_DisplayColumn | in clang_defaultDiagnosticDisplayOptions()
/external/clang/include/clang-c/
DIndex.h818 CXDiagnostic_DisplaySourceLocation = 0x01, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h909 CXDiagnostic_DisplaySourceLocation = 0x01, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs1114 const CXDiagnostic_DisplaySourceLocation = 1; constant
/external/clang/tools/c-index-test/
Dc-index-test.c990 unsigned display_opts = CXDiagnostic_DisplaySourceLocation in PrintDiagnostic()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1192 unsigned display_opts = CXDiagnostic_DisplaySourceLocation in PrintDiagnostic()