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.h4156 bool RemoveSemicolon; member
5462 RemoveSemicolon == R.RemoveSemicolon &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1158 IO.mapOptional("RemoveSemicolon", Style.RemoveSemicolon); in mapping()
1648 LLVMStyle.RemoveSemicolon = false; in getLLVMStyle()
2040 Style.RemoveSemicolon = true; in getClangFormatStyle()
3812 Expanded.RemoveSemicolon = false; in reformat()
3893 if (Style.RemoveSemicolon) { in reformat()
3895 S.RemoveSemicolon = true; in reformat()
H A DUnwrappedLineParser.cpp877 if (Style.RemoveSemicolon && IsFunctionRBrace) { in parseBlock()