Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1299 struct FunctionTypeInfo { struct
1303 unsigned hasPrototype : 1;
1308 unsigned isVariadic : 1;
1311 unsigned isAmbiguous : 1;
1315 unsigned RefQualifierIsLValueRef : 1;
1318 unsigned ExceptionSpecType : 4;
1321 unsigned DeleteParams : 1;
1325 unsigned HasTrailingReturnType : 1;
1328 SourceLocation LParenLoc;
1331 SourceLocation EllipsisLoc;
[all …]