Home
last modified time | relevance | path

Searched refs:StatementAttributeLikeMacros (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3817 std::vector<std::string> StatementAttributeLikeMacros; member
3989 StatementAttributeLikeMacros == R.StatementAttributeLikeMacros &&
/llvm-project-15.0.7/clang/lib/Format/
H A DFormatTokenLexer.cpp70 Style.StatementAttributeLikeMacros) {
H A DFormat.cpp899 Style.StatementAttributeLikeMacros); in mapping()
1340 LLVMStyle.StatementAttributeLikeMacros.push_back("Q_EMIT"); in getLLVMStyle()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20598 Style.StatementAttributeLikeMacros.clear(); in TEST_F()
20600 StatementAttributeLikeMacros, in TEST_F()
24742 TEST_F(FormatTest, StatementAttributeLikeMacros) { in TEST_F() argument
24760 Style.StatementAttributeLikeMacros.push_back("emit"); in TEST_F()
24763 Style.StatementAttributeLikeMacros = {}; in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst4506 **StatementAttributeLikeMacros** (``List of Strings``) :versionbadge:`clang-format 12`
4514 StatementAttributeLikeMacros: []
4519 StatementAttributeLikeMacros: [emit]