OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNextNonComment
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Format/
FormatToken.cpp
217
if (ItemEnd->
getNextNonComment
() == Token->MatchingParen)
UnwrappedLineFormatter.cpp
22
const FormatToken *Next = Line.First->
getNextNonComment
();
23
const FormatToken *NextNext = Next ? Next->
getNextNonComment
() : nullptr;
358
(Tok->
getNextNonComment
() == nullptr ||
359
Tok->
getNextNonComment
()->is(tok::semi))) {
[
all
...]
ContinuationIndenter.cpp
430
const FormatToken *Next = Previous.MatchingParen->
getNextNonComment
();
449
const FormatToken *NextNonComment = Previous.
getNextNonComment
();
606
const FormatToken *NextNonComment = Previous.
getNextNonComment
();
[
all
...]
FormatToken.h
421
const FormatToken *
getNextNonComment
() const {
TokenAnnotator.cpp
[
all
...]
Completed in 52 milliseconds