Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1276 struct FunctionTypeInfo { struct
1280 unsigned hasPrototype : 1;
1285 unsigned isVariadic : 1;
1288 unsigned isAmbiguous : 1;
1292 unsigned RefQualifierIsLValueRef : 1;
1295 unsigned ExceptionSpecType : 4;
1298 unsigned DeleteParams : 1;
1302 unsigned HasTrailingReturnType : 1;
1305 SourceLocation LParenLoc;
1308 SourceLocation EllipsisLoc;
[all …]