Searched refs:WhitespaceRange (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DAffectedRangeManager.cpp75 SourceLocation Start = First.WhitespaceRange.getBegin();
86 Tok.WhitespaceRange.getBegin(),
87 Tok.WhitespaceRange.getBegin().getLocWithOffset(Tok.LastNewlineOffset));
H A DFormatTokenLexer.cpp430 if (First[1]->WhitespaceRange.getBegin() !=
431 First[1]->WhitespaceRange.getEnd())
452 if (!First[i]->is(Kinds[i]) || First[i]->WhitespaceRange.getBegin() !=
453 First[i]->WhitespaceRange.getEnd())
732 String->WhitespaceRange = Macro->WhitespaceRange;
819 FormatTok->WhitespaceRange = SourceRange(TokLocation, TokLocation);
951 FormatTok->WhitespaceRange = SourceRange(
H A DUsingDeclarationsSorter.cpp142 (*UsingDeclarations)[I].Line->First->WhitespaceRange.getBegin();
H A DSortJavaScriptImports.cpp419 Current->getPreviousNonComment()->Next->WhitespaceRange.getBegin());
H A DFormatToken.h159 SourceRange WhitespaceRange; member in struct:clang::format::FormatToken
494 return WhitespaceRange.getEnd();
H A DWhitespaceManager.cpp53 Changes.push_back(Change(Tok, /*CreateReplacement=*/true, Tok.WhitespaceRange,
64 Tok.WhitespaceRange, /*Spaces=*/0,
H A DTokenAnnotator.cpp3045 return Right.WhitespaceRange.getEnd() != Right.WhitespaceRange.getBegin();
3228 return Right.WhitespaceRange.getBegin() != Right.WhitespaceRange.getEnd();
3323 return Right.WhitespaceRange.getBegin() != Right.WhitespaceRange.getEnd();
H A DContinuationIndenter.cpp536 SourceMgr.getSpellingColumnNumber(Current.WhitespaceRange.getEnd());
543 SourceMgr.getSpellingColumnNumber(Current.WhitespaceRange.getBegin());
H A DUnwrappedLineParser.cpp877 FormatTok->WhitespaceRange.getBegin() ==
878 FormatTok->WhitespaceRange.getEnd()) {

Completed in 167 milliseconds