Home
last modified time | relevance | path

Searched defs:AlignStyle (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFormatCommon.h18 enum class AlignStyle { Left, Center, Right }; enum
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFormatCommon.h17 enum class AlignStyle { Left, Center, Right }; enum
/external/llvm-project/llvm/include/llvm/Support/
DFormatCommon.h17 enum class AlignStyle { Left, Center, Right }; enum
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp16868 FormatStyle AlignStyle = getLLVMStyle(); in TEST_F() local