Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1315 struct FunctionTypeInfo { struct
1319 unsigned hasPrototype : 1;
1324 unsigned isVariadic : 1;
1327 unsigned isAmbiguous : 1;
1344 SourceLocation LParenLoc;
1350 SourceLocation RParenLoc;
1354 unsigned NumParams;
1379 ParamInfo *Params;
1387 union {
1418 void freeParams() { in freeParams()
[all …]