Home
last modified time | relevance | path

Searched refs:ForEachMacros (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2080 std::vector<std::string> ForEachMacros; member
3306 ForEachMacros == R.ForEachMacros &&
/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format56 ForEachMacros:
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format59 ForEachMacros:
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dclang-format52 ForEachMacros: [
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dclang-format52 ForEachMacros: [
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp618 IO.mapOptional("ForEachMacros", Style.ForEachMacros); in mapping()
1007 LLVMStyle.ForEachMacros.push_back("foreach"); in getLLVMStyle()
1008 LLVMStyle.ForEachMacros.push_back("Q_FOREACH"); in getLLVMStyle()
1009 LLVMStyle.ForEachMacros.push_back("BOOST_FOREACH"); in getLLVMStyle()
H A DFormatTokenLexer.cpp40 for (const std::string &ForEachMacro : Style.ForEachMacros)
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst2273 **ForEachMacros** (``std::vector<std::string>``)
2288 ForEachMacros: ['RANGES_FOR', 'FOREACH']