Home
last modified time | relevance | path

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

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