Home
last modified time | relevance | path

Searched defs:FunctionTypeInfo (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1265 struct FunctionTypeInfo { struct
1269 unsigned hasPrototype : 1;
1274 unsigned isVariadic : 1;
1277 unsigned isAmbiguous : 1;
1281 unsigned RefQualifierIsLValueRef : 1;
1284 unsigned ExceptionSpecType : 4;
1287 unsigned DeleteParams : 1;
1291 unsigned HasTrailingReturnType : 1;
1294 unsigned LParenLoc;
1297 unsigned EllipsisLoc;
[all …]
/external/clang/include/clang/Sema/
DDeclSpec.h1204 struct FunctionTypeInfo : TypeInfoCommon { struct
1208 unsigned hasPrototype : 1;
1213 unsigned isVariadic : 1;
1216 unsigned isAmbiguous : 1;
1220 unsigned RefQualifierIsLValueRef : 1;
1224 unsigned TypeQuals : 4;
1227 unsigned ExceptionSpecType : 4;
1230 unsigned DeleteParams : 1;
1234 unsigned HasTrailingReturnType : 1;
1237 unsigned LParenLoc;
[all …]