Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3906 bool RemoveSemicolon; member
5116 RemoveSemicolon == R.RemoveSemicolon &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1073 IO.mapOptional("RemoveSemicolon", Style.RemoveSemicolon); in mapping()
1553 LLVMStyle.RemoveSemicolon = false; in getLLVMStyle()
1937 Style.RemoveSemicolon = true; in getClangFormatStyle()
3633 Expanded.RemoveSemicolon = false; in reformat()
3712 if (Style.RemoveSemicolon) { in reformat()
3714 S.RemoveSemicolon = true; in reformat()
H A DUnwrappedLineParser.cpp882 if (Style.RemoveSemicolon && IsFunctionRBrace) { in parseBlock()