Home
last modified time | relevance | path

Searched refs:StatementMacros (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libcbor/
H A D.clang-format145 StatementMacros:
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4842 std::vector<std::string> StatementMacros; member
5153 StatementMacros == R.StatementMacros &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1119 IO.mapOptional("StatementMacros", Style.StatementMacros); in mapping()
1588 LLVMStyle.StatementMacros.push_back("Q_UNUSED"); in getLLVMStyle()
1589 LLVMStyle.StatementMacros.push_back("QT_REQUIRE_VERSION"); in getLLVMStyle()
H A DFormatTokenLexer.cpp52 for (const std::string &StatementMacro : Style.StatementMacros) {