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.h2810 std::vector<std::string> IfMacros; member
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenLexer.cpp46 for (const std::string &IfMacro : Style.IfMacros) {
H A DFormat.cpp1072 IO.mapOptional("IfMacros", Style.IfMacros); in mapping()
1595 LLVMStyle.IfMacros.push_back("KJ_IF_MAYBE"); in getLLVMStyle()