Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h1174 std::vector<std::string> AttributeMacros; member
5025 AttributeMacros == R.AttributeMacros &&
/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDFormatTokenLexer.cpp48 for (const std::string &AttributeMacro : Style.AttributeMacros) {
HDFormat.cpp948 IO.mapOptional("AttributeMacros", Style.AttributeMacros); in mapping()
1450 LLVMStyle.AttributeMacros.push_back("__capability"); in getLLVMStyle()