Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1139 struct FunctionTypeInfo : TypeInfoCommon { struct
1143 unsigned hasPrototype : 1;
1148 unsigned isVariadic : 1;
1151 unsigned isAmbiguous : 1;
1155 unsigned RefQualifierIsLValueRef : 1;
1159 unsigned TypeQuals : 3;
1162 unsigned ExceptionSpecType : 3;
1165 unsigned DeleteParams : 1;
1169 unsigned HasTrailingReturnType : 1;
1172 unsigned LParenLoc;
[all …]