OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBinaryOperator
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Format/
FormatToken.h
347
bool
isBinaryOperator
() const {
TokenAnnotator.cpp
763
} else if (Current.
isBinaryOperator
() &&
856
(Tok.Next && Tok.Next->
isBinaryOperator
())))
[
all
...]
UnwrappedLineParser.cpp
358
(NextTok->
isBinaryOperator
() && !NextIsObjCMethod);
[
all
...]
Format.cpp
[
all
...]
Completed in 35 milliseconds