OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBinaryOperator
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Format/
FormatToken.h
354
bool
isBinaryOperator
() const {
UnwrappedLineParser.cpp
363
(NextTok->
isBinaryOperator
() && !NextIsObjCMethod);
863
if (FormatTok->
isBinaryOperator
())
[
all
...]
TokenAnnotator.cpp
[
all
...]
ContinuationIndenter.cpp
655
if (Previous.is(tok::r_paren) && !Current.
isBinaryOperator
() &&
[
all
...]
Format.cpp
[
all
...]
Completed in 129 milliseconds