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/
ContinuationIndenter.cpp
335
const FormatToken *Next = Previous.MatchingParen->
getNextNonComment
();
354
const FormatToken *NextNonComment = Previous.
getNextNonComment
();
482
const FormatToken *NextNonComment = Previous.
getNextNonComment
();
[
all
...]
FormatToken.cpp
180
if (ItemEnd->
getNextNonComment
() == Token->MatchingParen)
FormatToken.h
369
const FormatToken *
getNextNonComment
() const {
TokenAnnotator.cpp
[
all
...]
Format.cpp
721
(Tok->
getNextNonComment
() == nullptr ||
722
Tok->
getNextNonComment
()->is(tok::semi))) {
[
all
...]
Completed in 38 milliseconds