Searched refs:HasInheritedPrototype (Results 1 – 3 of 3) sorted by relevance
1593 unsigned HasInheritedPrototype : 1; variable1690 IsVirtualAsWritten(false), IsPure(false), HasInheritedPrototype(false), in FunctionDecl()1872 return HasWrittenPrototype || HasInheritedPrototype; in hasPrototype()1879 bool hasInheritedPrototype() const { return HasInheritedPrototype; } in hasInheritedPrototype()1880 void setHasInheritedPrototype(bool P = true) { HasInheritedPrototype = P; }
521 Record.push_back(D->HasInheritedPrototype); in VisitFunctionDecl()
769 FD->HasInheritedPrototype = Record[Idx++]; in VisitFunctionDecl()