Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1276 struct FunctionTypeInfo { struct
1280 unsigned hasPrototype : 1;
1285 unsigned isVariadic : 1;
1288 unsigned isAmbiguous : 1;
1305 SourceLocation LParenLoc;
1311 SourceLocation RParenLoc;
1315 unsigned NumParams;
1340 ParamInfo *Params;
1348 union {
1379 void freeParams() { in freeParams()
[all …]