Searched refs:HasWrittenPrototype (Results 1 – 4 of 4) sorted by relevance
1569 bool HasWrittenPrototype : 1; variable1666 HasWrittenPrototype(true), IsDeleted(false), IsTrivial(false), in FunctionDecl()1836 return HasWrittenPrototype || HasInheritedPrototype; in hasPrototype()1839 bool hasWrittenPrototype() const { return HasWrittenPrototype; } in hasWrittenPrototype()
496 Record.push_back(D->HasWrittenPrototype); in VisitFunctionDecl()
715 FD->HasWrittenPrototype = Record[Idx++]; in VisitFunctionDecl()
3866 New->HasWrittenPrototype = hasWrittenPrototype; in Create()