Searched refs:IsDefaulted (Results 1 – 5 of 5) sorted by relevance
1597 unsigned IsDefaulted : 1; // sunk from CXXMethoDecl variable1692 IsDefaulted(false), IsExplicitlyDefaulted(false), in FunctionDecl()1853 bool isDefaulted() const { return IsDefaulted; } in isDefaulted()1854 void setDefaulted(bool D = true) { IsDefaulted = D; }1910 bool isDeletedAsWritten() const { return IsDeleted && !IsDefaulted; } in isDeletedAsWritten()
845 TEST(IsDefaulted, MatchesDefaultedFunctionDeclarations) { in TEST() argument
525 Record.push_back(D->IsDefaulted); in VisitFunctionDecl()
773 FD->IsDefaulted = Record[Idx++]; in VisitFunctionDecl()
2481 if (I->IsDeleted || I->IsDefaulted || I->Body || I->IsLateTemplateParsed || in isDefined()