Searched defs:FunctionTypeInfo (Results 1 – 1 of 1) sorted by relevance
1299 struct FunctionTypeInfo { struct1303 unsigned hasPrototype : 1;1308 unsigned isVariadic : 1;1311 unsigned isAmbiguous : 1;1315 unsigned RefQualifierIsLValueRef : 1;1318 unsigned ExceptionSpecType : 4;1321 unsigned DeleteParams : 1;1325 unsigned HasTrailingReturnType : 1;1328 SourceLocation LParenLoc;1331 SourceLocation EllipsisLoc;[all …]