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.h5123 std::vector<std::string> StatementMacros; member
5500 StatementMacros == R.StatementMacros &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1206 IO.mapOptional("StatementMacros", Style.StatementMacros); in mapping()
1685 LLVMStyle.StatementMacros.push_back("Q_UNUSED"); in getLLVMStyle()
1686 LLVMStyle.StatementMacros.push_back("QT_REQUIRE_VERSION"); in getLLVMStyle()
H A DFormatTokenLexer.cpp54 for (const std::string &StatementMacro : Style.StatementMacros) {