Searched refs:HasWrittenPrototype (Results 1 – 4 of 4) sorted by relevance
1594 unsigned HasWrittenPrototype : 1; variable1691 HasWrittenPrototype(true), IsDeleted(false), IsTrivial(false), in FunctionDecl()1872 return HasWrittenPrototype || HasInheritedPrototype; in hasPrototype()1875 bool hasWrittenPrototype() const { return HasWrittenPrototype; } in hasWrittenPrototype()
522 Record.push_back(D->HasWrittenPrototype); in VisitFunctionDecl()
770 FD->HasWrittenPrototype = Record[Idx++]; in VisitFunctionDecl()
4039 New->HasWrittenPrototype = hasWrittenPrototype; in Create()