Searched refs:argSlot (Results 1 – 1 of 1) sorted by relevance
2682 QualType *argSlot = reinterpret_cast<QualType*>(this+1); in FunctionProtoType() local2692 argSlot[i] = params[i]; in FunctionProtoType()2697 QualType *exnSlot = argSlot + NumParams; in FunctionProtoType()2712 Expr **noexSlot = reinterpret_cast<Expr **>(argSlot + NumParams); in FunctionProtoType()2727 reinterpret_cast<FunctionDecl **>(argSlot + NumParams); in FunctionProtoType()2736 reinterpret_cast<FunctionDecl **>(argSlot + NumParams); in FunctionProtoType()