Searched refs:paramTypes (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 1071 SmallVector<QualType, 4> paramTypes; in VisitFunctionProtoType() local 1081 paramTypes.push_back(newParamType); in VisitFunctionProtoType() 1110 return Ctx.getFunctionType(returnType, paramTypes, info); in VisitFunctionProtoType() 1366 SmallVector<QualType, 4> paramTypes; in VisitFunctionType() local 1377 paramTypes.push_back(newParamType); in VisitFunctionType() 1408 return Ctx.getFunctionType(returnType, paramTypes, info); in VisitFunctionType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 14825 SmallVector<QualType, 4> paramTypes; in TransformBlockExpr() local 14833 exprFunctionType->getExtParameterInfosOrNull(), paramTypes, ¶ms, in TransformBlockExpr() 14843 epi.ExtParameterInfos = extParamInfos.getPointerOrNull(paramTypes.size()); in TransformBlockExpr() 14846 getDerived().RebuildFunctionProtoType(exprResultType, paramTypes, epi); in TransformBlockExpr()
|
| H A D | SemaType.cpp | 2999 static void checkExtParameterInfos(Sema &S, ArrayRef<QualType> paramTypes, in checkExtParameterInfos() argument 3019 for (size_t paramIndex = 0, numParams = paramTypes.size(); in checkExtParameterInfos()
|