Searched defs:FunctionTypeInfo (Results 1 – 1 of 1) sorted by relevance
1277 struct FunctionTypeInfo { struct1281 unsigned hasPrototype : 1;1286 unsigned isVariadic : 1;1289 unsigned isAmbiguous : 1;1306 SourceLocation LParenLoc;1312 SourceLocation RParenLoc;1316 unsigned NumParams;1341 ParamInfo *Params;1349 union {1380 void freeParams() { in freeParams()[all …]