Searched defs:isConst (Results 1 – 3 of 3) sorted by relevance
20 boolean isConst; field in CType30 public CType(String baseType, boolean isConst, boolean isPointer) { in CType()40 public void setIsConst(boolean isConst) { in setIsConst()44 public boolean isConst() { in isConst() method in CType
55 inline bool isConst() const { return mIsConst; } in isConst() function
14 int isConst; member