Searched defs:prototype (Results 1 – 3 of 3) sorted by relevance
301 static RequiredArgs forPrototypePlus(const FunctionProtoType *prototype, in forPrototypePlus()307 static RequiredArgs forPrototype(const FunctionProtoType *prototype) { in forPrototype()311 static RequiredArgs forPrototype(CanQual<FunctionProtoType> prototype) { in forPrototype()315 static RequiredArgs forPrototypePlus(CanQual<FunctionProtoType> prototype, in forPrototypePlus()
755 _formi_create_field(FIELD *prototype, int rows, int cols, int frow, in _formi_create_field()
182 CanQual<FunctionProtoType> prototype = GetFormalType(MD); in arrangeCXXMethodDeclaration() local