Searched refs:IsDefaulted (Results 1 – 9 of 9) 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()
1535 uint64_t IsDefaulted : 1; variable
2164 bool isDefaulted() const { return FunctionDeclBits.IsDefaulted; } in isDefaulted()2165 void setDefaulted(bool D = true) { FunctionDeclBits.IsDefaulted = D; }
845 TEST(IsDefaulted, MatchesDefaultedFunctionDeclarations) { in TEST() argument
1286 TEST_P(ASTMatchersTest, IsDefaulted) { in TEST_P() 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()
2832 FunctionDeclBits.IsDefaulted = false; in FunctionDecl()