Home
last modified time | relevance | path

Searched defs:fallback_style (Results 1 – 8 of 8) sorted by relevance

/external/clang/tools/clang-format/
Dclang-format.py46 fallback_style = None variable
48 fallback_style = vim.eval('g:clang_format_fallback_style') variable
/external/llvm-project/clang/tools/clang-format/
Dclang-format.py60 fallback_style = None variable
62 fallback_style = vim.eval('g:clang_format_fallback_style') variable
/external/freetype/src/autofit/
Dafmodule.h38 FT_UInt fallback_style; member
Dafmodule.c323 FT_UInt fallback_style = module->fallback_style; in af_property_get() local
/external/llvm-project/lldb/source/Symbol/
DLineEntry.cpp73 Address::DumpStyle fallback_style, bool show_range) const { in Dump()
DLineTable.cpp422 Address::DumpStyle fallback_style, bool show_line_ranges) { in Dump()
DFunction.cpp377 Address::DumpStyle fallback_style; in GetDescription() local
/external/llvm-project/lldb/source/Core/
DAddress.cpp393 DumpStyle fallback_style, uint32_t addr_size) const { in Dump()