Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4831 std::vector<std::string> StatementAttributeLikeMacros; member
5152 StatementAttributeLikeMacros == R.StatementAttributeLikeMacros &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp70 Style.StatementAttributeLikeMacros) {
H A DFormat.cpp1118 Style.StatementAttributeLikeMacros); in mapping()
1587 LLVMStyle.StatementAttributeLikeMacros.push_back("Q_EMIT"); in getLLVMStyle()