Searched refs:argSlot (Results 1 – 1 of 1) sorted by relevance
1598 QualType *argSlot = reinterpret_cast<QualType*>(this+1); in FunctionProtoType() local1608 argSlot[i] = args[i]; in FunctionProtoType()1613 QualType *exnSlot = argSlot + NumArgs; in FunctionProtoType()1627 Expr **noexSlot = reinterpret_cast<Expr**>(argSlot + NumArgs); in FunctionProtoType()1640 FunctionDecl **slot = reinterpret_cast<FunctionDecl**>(argSlot + NumArgs); in FunctionProtoType()1648 FunctionDecl **slot = reinterpret_cast<FunctionDecl**>(argSlot + NumArgs); in FunctionProtoType()