Searched refs:IsDefaulted (Results 1 – 4 of 4) sorted by relevance
1572 bool IsDefaulted : 1; // sunk from CXXMethoDecl variable1667 IsDefaulted(false), IsExplicitlyDefaulted(false), in FunctionDecl()1817 bool isDefaulted() const { return IsDefaulted; } in isDefaulted()1818 void setDefaulted(bool D = true) { IsDefaulted = D; }1874 bool isDeletedAsWritten() const { return IsDeleted && !IsDefaulted; } in isDeletedAsWritten()
499 Record.push_back(D->IsDefaulted); in VisitFunctionDecl()
718 FD->IsDefaulted = Record[Idx++]; in VisitFunctionDecl()
2405 if (I->IsDeleted || I->IsDefaulted || I->Body || I->IsLateTemplateParsed || in isDefined()