Searched defs:FunctionTypeInfo (Results 1 – 1 of 1) sorted by relevance
1276 struct FunctionTypeInfo { struct1280 unsigned hasPrototype : 1;1285 unsigned isVariadic : 1;1288 unsigned isAmbiguous : 1;1292 unsigned RefQualifierIsLValueRef : 1;1295 unsigned ExceptionSpecType : 4;1298 unsigned DeleteParams : 1;1302 unsigned HasTrailingReturnType : 1;1305 SourceLocation LParenLoc;1308 SourceLocation EllipsisLoc;[all …]