Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h599 bool FirstAfterPPLine = false; member
H A DContinuationIndenter.cpp638 if (Tok->FirstAfterPPLine) in mustBreak()
H A DUnwrappedLineParser.cpp5087 Tok.FirstAfterPPLine = true; in pushToken()