Home
last modified time | relevance | path

Searched refs:argSlot (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DType.cpp2673 QualType *argSlot = reinterpret_cast<QualType*>(this+1); in FunctionProtoType() local
2683 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()