Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1080 struct FunctionTypeInfo : TypeInfoCommon { struct
1084 unsigned hasPrototype : 1;
1089 unsigned isVariadic : 1;
1093 unsigned RefQualifierIsLValueRef : 1;
1097 unsigned TypeQuals : 3;
1100 unsigned ExceptionSpecType : 3;
1103 unsigned DeleteArgInfo : 1;
1106 unsigned EllipsisLoc;
1110 unsigned NumArgs;
1114 unsigned NumExceptions;
[all …]