Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexDiagnostic.cpp250 if (Options & CXDiagnostic_DisplaySourceLocation) { in clang_formatDiagnostic()
362 return CXDiagnostic_DisplaySourceLocation | CXDiagnostic_DisplayColumn | in clang_defaultDiagnosticDisplayOptions()
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h909 CXDiagnostic_DisplaySourceLocation = 0x01, enumerator
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c1193 unsigned display_opts = CXDiagnostic_DisplaySourceLocation in PrintDiagnostic()