Home
last modified time | relevance | path

Searched defs:isBinaryOperator (Results 1 – 2 of 2) sorted by relevance

/external/annotation-tools/scene-lib/src/annotations/io/
DASTPath.java1403 private static boolean isBinaryOperator(Tree.Kind kind) { in isBinaryOperator() method in ASTPath.Matcher
1502 public static boolean isBinaryOperator(Tree.Kind kind) { in isBinaryOperator() method in ASTPath
/external/clang/lib/Format/
DFormatToken.h369 bool isBinaryOperator() const { in isBinaryOperator() function