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.h2909 bool InsertNewlineAtEOF; member
5077 InsertNewlineAtEOF == R.InsertNewlineAtEOF &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1013 IO.mapOptional("InsertNewlineAtEOF", Style.InsertNewlineAtEOF); in mapping()
1522 LLVMStyle.InsertNewlineAtEOF = false; in getLLVMStyle()
1931 Style.InsertNewlineAtEOF = true; in getClangFormatStyle()
H A DFormatTokenLexer.cpp103 if (Style.InsertNewlineAtEOF) { in lex()