Home
last modified time | relevance | path

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

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