Searched refs:HasWrittenPrototype (Results 1 – 3 of 3) sorted by relevance
1392 bool HasWrittenPrototype : 1; variable1485 HasWrittenPrototype(true), IsDeleted(false), IsTrivial(false), in FunctionDecl()1653 return HasWrittenPrototype || HasInheritedPrototype; in hasPrototype()1656 bool hasWrittenPrototype() const { return HasWrittenPrototype; } in hasWrittenPrototype()
3223 New->HasWrittenPrototype = hasWrittenPrototype; in Create()
514 FD->HasWrittenPrototype = Record[Idx++]; in VisitFunctionDecl()