Home
last modified time | relevance | path

Searched defs:isPostfix (Results 1 – 3 of 3) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
DUnaryExpr.java65 private final boolean isPostfix; field in UnaryExpr.Operator
67 Operator(String codeRepresentation, boolean isPostfix) { in Operator()
76 public boolean isPostfix() { in isPostfix() method in UnaryExpr.Operator
165 public boolean isPostfix() { in isPostfix() method in UnaryExpr
/external/clang/include/clang/AST/
DExpr.h1703 static bool isPostfix(Opcode Op) { in isPostfix() function
1713 bool isPostfix() const { return isPostfix(getOpcode()); } in isPostfix() function
/external/error_prone/checkerframework/
Ddataflow-2.5.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/checkerframework/ org/ ...