Searched defs:FunctionTypeInfo (Results 1 – 1 of 1) sorted by relevance
1249 struct FunctionTypeInfo { struct1258 unsigned isVariadic : 1;1278 unsigned LParenLoc;1281 unsigned EllipsisLoc;1284 unsigned RParenLoc;1288 unsigned NumParams;1302 unsigned MutableLoc;1313 ParamInfo *Params;1321 union {1348 void freeParams() { in freeParams()[all …]