Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang-c/
H A DCXDiagnostic.h176 CXDiagnostic_DisplaySourceLocation = 0x01, enumerator
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndexDiagnostic.cpp250 if (Options & CXDiagnostic_DisplaySourceLocation) { in clang_formatDiagnostic()
362 return CXDiagnostic_DisplaySourceLocation | CXDiagnostic_DisplayColumn | in clang_defaultDiagnosticDisplayOptions()
/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c1204 unsigned display_opts = CXDiagnostic_DisplaySourceLocation in PrintDiagnostic()