Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h1277 struct FunctionTypeInfo { struct
1281 unsigned hasPrototype : 1;
1286 unsigned isVariadic : 1;
1289 unsigned isAmbiguous : 1;
1306 SourceLocation LParenLoc;
1312 SourceLocation RParenLoc;
1316 unsigned NumParams;
1341 ParamInfo *Params;
1349 union {
1380 void freeParams() { in freeParams()
[all …]