Searched refs:IsDefaulted (Results 1 – 4 of 4) sorted by relevance
1618 uint64_t IsDefaulted : 1;
2235 bool isDefaulted() const { return FunctionDeclBits.IsDefaulted; } in isDefaulted()2236 void setDefaulted(bool D = true) { FunctionDeclBits.IsDefaulted = D; }
1742 TEST_P(ASTMatchersTest, IsDefaulted) { in TEST_P() argument
2958 FunctionDeclBits.IsDefaulted = false; in FunctionDecl()