Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h1162 struct FunctionTypeInfo : TypeInfoCommon { struct
1166 unsigned hasPrototype : 1;
1171 unsigned isVariadic : 1;
1174 unsigned isAmbiguous : 1;
1178 unsigned RefQualifierIsLValueRef : 1;
1182 unsigned TypeQuals : 3;
1185 unsigned ExceptionSpecType : 4;
1188 unsigned DeleteParams : 1;
1192 unsigned HasTrailingReturnType : 1;
1195 unsigned LParenLoc;
[all …]