Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1249 struct FunctionTypeInfo { struct
1258 unsigned isVariadic : 1;
1278 unsigned LParenLoc;
1281 unsigned EllipsisLoc;
1284 unsigned RParenLoc;
1288 unsigned NumParams;
1302 unsigned MutableLoc;
1313 ParamInfo *Params;
1321 union {
1348 void freeParams() { in freeParams()
[all …]