OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WhitespaceRange
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/Format/
Format.cpp
[
all
...]
FormatToken.h
131
SourceRange
WhitespaceRange
;
164
return
WhitespaceRange
.getEnd();
WhitespaceManager.cpp
53
Changes.push_back(Change(true, Tok.
WhitespaceRange
, IndentLevel, Spaces,
62
Changes.push_back(Change(false, Tok.
WhitespaceRange
, /*IndentLevel=*/0,
ContinuationIndenter.cpp
240
State.NextToken->
WhitespaceRange
.getEnd()) -
242
State.NextToken->
WhitespaceRange
.getBegin());
[
all
...]
UnwrappedLineParser.cpp
567
FormatTok->
WhitespaceRange
.getBegin() ==
568
FormatTok->
WhitespaceRange
.getEnd()) {
[
all
...]
TokenAnnotator.cpp
[
all
...]
Completed in 75 milliseconds