Searched defs:isDecl (Results 1 – 7 of 7) sorted by relevance
38 public abstract boolean isDecl(); in isDecl() method in VariableExpr101 public abstract Builder setIsDecl(boolean isDecl); in setIsDecl()
180 bool isDecl() const { return !IsType; } in isDecl() function
184 bool isDecl() const { return !IsType; } in isDecl() function
155 bool isDecl() const { return !IsType; } in isDecl() function
188 bool isDecl() const { return !IsType; } in isDecl() function
2817 String variableName, TypeNode type, boolean isDecl) { in createVariableExpr()