Home
last modified time | relevance | path

Searched refs:argSlot (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/AST/
DType.cpp3165 auto *argSlot = getTrailingObjects<QualType>(); in FunctionProtoType() local
3169 argSlot[i] = params[i]; in FunctionProtoType()