Searched refs:IS_CTOR (Results 1 – 3 of 3) sorted by relevance
41 IS_CTOR = 1, enumerator43 IS_COMPLEX = IS_CTOR | IS_NON_CTOR165 ctorStatus |= constructorFlag ? IS_CTOR : IS_NON_CTOR; in addOpDeclaration()
396 return getCtorStatus() == SortTable::IS_CTOR; // HACK in isConstructor()
473 case SortTable::IS_CTOR: in isConstructor()