Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h2909 bool InsertNewlineAtEOF; member
5077 InsertNewlineAtEOF == R.InsertNewlineAtEOF &&
/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp1013 IO.mapOptional("InsertNewlineAtEOF", Style.InsertNewlineAtEOF); in mapping()
1522 LLVMStyle.InsertNewlineAtEOF = false; in getLLVMStyle()
1931 Style.InsertNewlineAtEOF = true; in getClangFormatStyle()
HDFormatTokenLexer.cpp103 if (Style.InsertNewlineAtEOF) { in lex()