Home
last modified time | relevance | path

Searched defs:AlignLeft (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/Index/
H A Dcomment-misc-tags.m56 int AlignLeft; field
/llvm-project/clang/unittests/Format/
H A DFormatTest.cpp2357 FormatStyle AlignLeft = getLLVMStyle(); in TEST_F() local
6624 FormatStyle AlignLeft = getLLVMStyle(); TEST_F() local
11358 FormatStyle AlignLeft = getLLVMStyle(); TEST_F() local
15352 FormatStyle AlignLeft = getLLVMStyleWithColumns(12); TEST_F() local
[all...]
/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp1253 const bool AlignLeft = Align == FormatStyle::ENAS_Left || WithLastLine; alignEscapedNewlines() local