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.h3122 bool AtStartOfFile; member
3126 AtStartOfFile == R.AtStartOfFile;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1482 (!Style.KeepEmptyLines.AtStartOfFile || !RootToken.HasUnescapedNewline)) { in computeNewlines()
H A DFormat.cpp376 IO.mapOptional("AtStartOfFile", Value.AtStartOfFile); in mapping()