Lines Matching refs:getStyle
22875 auto Style1 = getStyle("file", "", "Google", "", &FS); in TEST()
22888 auto Style1 = getStyle("file", "/a/.clang-format", "Google", "", &FS); in TEST()
22895 auto Style2 = getStyle("file", "/b/test.cpp", "Mozilla", "", &FS); in TEST()
22900 Style2 = getStyle("file", "/b/test.cpp", "none", "", &FS); in TEST()
22908 Style2 = getStyle("file", "/b/test.cpp", "none", "", &FS); in TEST()
22913 Style2 = getStyle("{}", "a.h", "none", "", &FS); in TEST()
22923 auto Style3 = getStyle("file", "/c/sub/sub/sub/test.cpp", "LLVM", "", &FS); in TEST()
22928 auto Style4 = getStyle("file", "a.h", "KungFu", "", &FS); in TEST()
22933 auto Style5 = getStyle("{invalid_key=invalid_value}", "a.h", "LLVM", "", &FS); in TEST()
22938 auto Style6 = getStyle("KungFu", "a.h", "LLVM", "", &FS); in TEST()
22949 auto Style7a = getStyle("file", "/d/.clang-format", "LLVM", "", &FS); in TEST()
22953 auto Style7b = getStyle("file", "/d/.clang-format", "LLVM", "", &FS, true); in TEST()
22957 auto StyleTd = getStyle("file", "x.td", "llvm", "", &FS); in TEST()
22969 auto Style9 = getStyle("file", "/e/sub/code.cpp", "none", "", &FS); in TEST()
22987 Style9 = getStyle("file", "/e/sub/sub/code.cpp", "none", "", &FS); in TEST()
22997 Style9 = getStyle("file", "/e/sub/code.cpp", "LLVM", "", &FS); in TEST()
23010 Style9 = getStyle("file", "/e/sub/code.cpp", "none", "", &FS); in TEST()
23029 Style9 = getStyle("file", "/e/sub/sub/code.cpp", "none", "", &FS); in TEST()
23035 getStyle("inheritparentconfig", "/e/sub/sub/code.cpp", "none", "", &FS); in TEST()
23040 Style9 = getStyle("{BasedOnStyle: InheritParentConfig}", "/e/sub/code.cpp", in TEST()
23046 Style9 = getStyle("{BasedOnStyle: InheritParentConfig, " in TEST()
23060 Style9 = getStyle("file", "/e/withoutbase/code.cpp", "google", "", &FS); in TEST()
23068 Style9 = getStyle("file", "/e/withoutbase/sub/code.cpp", "google", "", &FS); in TEST()
23078 Style9 = getStyle("file:/e/sub/sub/.clang-format", "/e/sub/sub/code.cpp", in TEST()
23095 auto Style = getStyle("file:/e/explicit.clang-format", in TEST()
23104 Style = getStyle("file:../../e/explicit.clang-format", in TEST()
23110 Style = getStyle("file:/e/missing.clang-format", "/e/sub/sub/sub/test.cpp", in TEST()
23134 Style = getStyle(format_file_arg, TestFilePath, "LLVM", "", nullptr); in TEST()