Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1098 struct FunctionTypeInfo : TypeInfoCommon { struct
1102 unsigned hasPrototype : 1;
1107 unsigned isVariadic : 1;
1110 unsigned isAmbiguous : 1;
1114 unsigned RefQualifierIsLValueRef : 1;
1118 unsigned TypeQuals : 3;
1121 unsigned ExceptionSpecType : 3;
1124 unsigned DeleteArgInfo : 1;
1128 unsigned HasTrailingReturnType : 1;
1131 unsigned EllipsisLoc;
[all …]