Searched refs:argSlot (Results 1 – 1 of 1) sorted by relevance
2673 QualType *argSlot = reinterpret_cast<QualType*>(this+1); in FunctionProtoType() local2683 argSlot[i] = params[i]; in FunctionProtoType()2688 QualType *exnSlot = argSlot + NumParams; in FunctionProtoType()2703 Expr **noexSlot = reinterpret_cast<Expr **>(argSlot + NumParams); in FunctionProtoType()2718 reinterpret_cast<FunctionDecl **>(argSlot + NumParams); in FunctionProtoType()2727 reinterpret_cast<FunctionDecl **>(argSlot + NumParams); in FunctionProtoType()