Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3284 bool AtStartOfFile; member
3288 AtStartOfFile == R.AtStartOfFile;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1540 (!Style.KeepEmptyLines.AtStartOfFile || !RootToken.HasUnescapedNewline)) { in computeNewlines()
H A DFormat.cpp408 IO.mapOptional("AtStartOfFile", Value.AtStartOfFile); in mapping()