Home
last modified time | relevance | path

Searched refs:IndentRequires (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2309 bool IndentRequires; member
3319 IndentRequires == R.IndentRequires && IndentWidth == R.IndentWidth &&
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp2362 if (Style.IndentRequires && OriginalLevel != Line->Level) { in parseRequiresExpression()
2425 if (Style.IndentRequires && OriginalLevel != Line->Level) { in parseConstraintExpression()
2443 if (Style.IndentRequires) { in parseRequires()
H A DFormat.cpp632 IO.mapOptional("IndentRequires", Style.IndentRequires); in mapping()
1021 LLVMStyle.IndentRequires = false; in getLLVMStyle()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst2585 **IndentRequires** (``bool``)