OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WhitespaceRange
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
AffectedRangeManager.cpp
75
SourceLocation Start = First.
WhitespaceRange
.getBegin();
86
Tok.
WhitespaceRange
.getBegin(),
87
Tok.
WhitespaceRange
.getBegin().getLocWithOffset(Tok.LastNewlineOffset));
FormatTokenLexer.cpp
427
if (First[1]->
WhitespaceRange
.getBegin() !=
428
First[1]->
WhitespaceRange
.getEnd())
449
if (!First[i]->is(Kinds[i]) || First[i]->
WhitespaceRange
.getBegin() !=
450
First[i]->
WhitespaceRange
.getEnd())
729
String->
WhitespaceRange
= Macro->
WhitespaceRange
;
816
FormatTok->
WhitespaceRange
= SourceRange(TokLocation, TokLocation);
948
FormatTok->
WhitespaceRange
= SourceRange(
UsingDeclarationsSorter.cpp
142
(*UsingDeclarations)[I].Line->First->
WhitespaceRange
.getBegin();
FormatToken.h
235
SourceRange
WhitespaceRange
;
621
return
WhitespaceRange
.getEnd();
WhitespaceManager.cpp
53
Changes.push_back(Change(Tok, /*CreateReplacement=*/true, Tok.
WhitespaceRange
,
64
Tok.
WhitespaceRange
, /*Spaces=*/0,
SortJavaScriptImports.cpp
517
Current->getPreviousNonComment()->Next->
WhitespaceRange
.getBegin());
ContinuationIndenter.cpp
538
SourceMgr.getSpellingColumnNumber(Current.
WhitespaceRange
.getEnd());
545
SourceMgr.getSpellingColumnNumber(Current.
WhitespaceRange
.getBegin());
UnwrappedLineParser.cpp
897
FormatTok->
WhitespaceRange
.getBegin() ==
898
FormatTok->
WhitespaceRange
.getEnd()) {
TokenAnnotator.cpp
3088
return Right.
WhitespaceRange
.getBegin() != Right.
WhitespaceRange
.getEnd();
Completed in 72 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026