Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2662 std::vector<std::string> IfMacros; member
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp44 for (const std::string &IfMacro : Style.IfMacros) {
H A DFormat.cpp996 IO.mapOptional("IfMacros", Style.IfMacros); in mapping()
1503 LLVMStyle.IfMacros.push_back("KJ_IF_MAYBE"); in getLLVMStyle()