Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2779 bool InsertNewlineAtEOF; member
4836 InsertNewlineAtEOF == R.InsertNewlineAtEOF &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1005 IO.mapOptional("InsertNewlineAtEOF", Style.InsertNewlineAtEOF); in mapping()
1507 LLVMStyle.InsertNewlineAtEOF = false; in getLLVMStyle()
1910 Style.InsertNewlineAtEOF = true; in getClangFormatStyle()
H A DTokenAnnotator.cpp3279 Style.InsertNewlineAtEOF) { in annotate()