Home
last modified time | relevance | path

Searched refs:SIAS_Always (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Format/
H A DFormat.h3385 SIAS_Always, enumerator
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Format/
H A DFormat.h3182 SIAS_Always, enumerator
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Format/
H A DFormat.h3182 SIAS_Always, enumerator
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Format/
H A DFormat.h3182 SIAS_Always, enumerator
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Format/
H A DFormat.h3182 SIAS_Always, enumerator
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Format/
H A DFormat.h3182 SIAS_Always, enumerator
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/Format/
H A DFormatTest.cpp11569 SpaceBetweenBraces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
18851 Style.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
18854 FormatStyle::SIAS_Always); in TEST_F()
18858 CHECK_PARSE("SpacesInAngles: true", SpacesInAngles, FormatStyle::SIAS_Always); in TEST_F()
20576 Spaces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
20592 Spaces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
20609 Spaces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/Format/
H A DFormatTest.cpp11585 SpaceBetweenBraces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
18911 Style.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
18914 FormatStyle::SIAS_Always); in TEST_F()
18918 CHECK_PARSE("SpacesInAngles: true", SpacesInAngles, FormatStyle::SIAS_Always); in TEST_F()
20706 Spaces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
20722 Spaces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
20739 Spaces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/unittests/Format/
H A DFormatTest.cpp11569 SpaceBetweenBraces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
18851 Style.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
18854 FormatStyle::SIAS_Always); in TEST_F()
18858 CHECK_PARSE("SpacesInAngles: true", SpacesInAngles, FormatStyle::SIAS_Always); in TEST_F()
20576 Spaces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
20592 Spaces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
20609 Spaces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/unittests/Format/
H A DFormatTest.cpp11561 SpaceBetweenBraces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
18831 Style.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
18834 FormatStyle::SIAS_Always); in TEST_F()
18838 CHECK_PARSE("SpacesInAngles: true", SpacesInAngles, FormatStyle::SIAS_Always); in TEST_F()
20556 Spaces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
20572 Spaces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
20589 Spaces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/unittests/Format/
H A DFormatTest.cpp11569 SpaceBetweenBraces.SpacesInAngles = FormatStyle::SIAS_Always;
18851 Style.SpacesInAngles = FormatStyle::SIAS_Always;
18854 FormatStyle::SIAS_Always);
18858 CHECK_PARSE("SpacesInAngles: true", SpacesInAngles, FormatStyle::SIAS_Always);
20576 Spaces.SpacesInAngles = FormatStyle::SIAS_Always;
20592 Spaces.SpacesInAngles = FormatStyle::SIAS_Always;
20609 Spaces.SpacesInAngles = FormatStyle::SIAS_Always;
/dports/lang/clang-mesa/clang-13.0.1.src/unittests/Format/
H A DFormatTest.cpp11569 SpaceBetweenBraces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
18851 Style.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
18854 FormatStyle::SIAS_Always); in TEST_F()
18858 CHECK_PARSE("SpacesInAngles: true", SpacesInAngles, FormatStyle::SIAS_Always); in TEST_F()
20576 Spaces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
20592 Spaces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
20609 Spaces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Format/
H A DFormat.cpp509 IO.enumCase(Value, "Always", FormatStyle::SIAS_Always); in enumeration()
514 IO.enumCase(Value, "true", FormatStyle::SIAS_Always); in enumeration()
H A DTokenAnnotator.cpp3514 if (this->Style.SpacesInAngles == FormatStyle::SIAS_Always) in spaceRequiredBefore()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Format/
H A DFormat.cpp487 IO.enumCase(Value, "Always", FormatStyle::SIAS_Always); in enumeration()
492 IO.enumCase(Value, "true", FormatStyle::SIAS_Always); in enumeration()
H A DTokenAnnotator.cpp3514 if (this->Style.SpacesInAngles == FormatStyle::SIAS_Always) in spaceRequiredBefore()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Format/
H A DFormat.cpp487 IO.enumCase(Value, "Always", FormatStyle::SIAS_Always); in enumeration()
492 IO.enumCase(Value, "true", FormatStyle::SIAS_Always); in enumeration()
H A DTokenAnnotator.cpp3514 if (this->Style.SpacesInAngles == FormatStyle::SIAS_Always) in spaceRequiredBefore()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Format/
H A DFormat.cpp487 IO.enumCase(Value, "Always", FormatStyle::SIAS_Always); in enumeration()
492 IO.enumCase(Value, "true", FormatStyle::SIAS_Always); in enumeration()
H A DTokenAnnotator.cpp3514 if (this->Style.SpacesInAngles == FormatStyle::SIAS_Always) in spaceRequiredBefore()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Format/
H A DFormat.cpp487 IO.enumCase(Value, "Always", FormatStyle::SIAS_Always); in enumeration()
492 IO.enumCase(Value, "true", FormatStyle::SIAS_Always); in enumeration()
H A DTokenAnnotator.cpp3514 if (this->Style.SpacesInAngles == FormatStyle::SIAS_Always) in spaceRequiredBefore()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Format/
H A DFormat.cpp487 IO.enumCase(Value, "Always", FormatStyle::SIAS_Always); in enumeration()
492 IO.enumCase(Value, "true", FormatStyle::SIAS_Always); in enumeration()
H A DTokenAnnotator.cpp3514 if (this->Style.SpacesInAngles == FormatStyle::SIAS_Always) in spaceRequiredBefore()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/docs/
H A DClangFormatStyleOptions.rst3764 * ``SIAS_Always`` (in configuration: ``Always``)

12