Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3071 bool InsertNewlineAtEOF; member
5416 InsertNewlineAtEOF == R.InsertNewlineAtEOF &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1090 IO.mapOptional("InsertNewlineAtEOF", Style.InsertNewlineAtEOF); in mapping()
1615 LLVMStyle.InsertNewlineAtEOF = false; in getLLVMStyle()
2033 Style.InsertNewlineAtEOF = true; in getClangFormatStyle()
H A DFormatTokenLexer.cpp145 if (Style.InsertNewlineAtEOF) { in lex()