Home
last modified time | relevance | path

Searched refs:hasWhitespaceBefore (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Format/
H A DFormatTokenLexer.cpp459 if (First[1]->hasWhitespaceBefore()) in tryMergeLessLess()
501 if (First[i]->hasWhitespaceBefore()) in tryMergeTokens()
H A DTokenAnnotator.cpp3817 return Right.hasWhitespaceBefore(); in spaceRequiredBefore()
3894 return Right.hasWhitespaceBefore(); in spaceRequiredBefore()
4141 return Right.hasWhitespaceBefore(); in spaceRequiredBefore()
4246 return Right.hasWhitespaceBefore(); in spaceRequiredBefore()
4276 return Right.hasWhitespaceBefore(); in spaceRequiredBefore()
H A DFormat.cpp2264 if (!Tok->hasWhitespaceBefore()) { in hasCpp03IncompatibleFormat()
2296 bool SpaceBefore = Tok->hasWhitespaceBefore(); in countVariableAlignments()
2297 bool SpaceAfter = Tok->Next->hasWhitespaceBefore(); in countVariableAlignments()
H A DFormatToken.h726 bool hasWhitespaceBefore() const { in hasWhitespaceBefore() function
H A DUnwrappedLineParser.cpp1289 !FormatTok->hasWhitespaceBefore()) { in parsePPDefine()