Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Format/
DFormat.h918 std::vector<std::string> AttributeMacros; member
3414 AttributeMacros == R.AttributeMacros &&
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DFormatTokenLexer.cpp44 for (const std::string &AttributeMacro : Style.AttributeMacros)
DFormat.cpp595 IO.mapOptional("AttributeMacros", Style.AttributeMacros); in mapping()
1004 LLVMStyle.AttributeMacros.push_back("__capability"); in getLLVMStyle()