Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1752 bool BreakBeforeConceptDeclarations; member
3419 BreakBeforeConceptDeclarations == R.BreakBeforeConceptDeclarations &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp602 Style.BreakBeforeConceptDeclarations); in mapping()
1008 LLVMStyle.BreakBeforeConceptDeclarations = true; in getLLVMStyle()
H A DTokenAnnotator.cpp3754 return Style.BreakBeforeConceptDeclarations; in mustBreakBefore()