Home
last modified time | relevance | path

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

/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 …]