Home
last modified time | relevance | path

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

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