Searched refs:paramTypes (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 1175 SmallVector<QualType, 4> paramTypes; in VisitFunctionProtoType() local 1185 paramTypes.push_back(newParamType); in VisitFunctionProtoType() 1214 return Ctx.getFunctionType(returnType, paramTypes, info); in VisitFunctionProtoType() 1473 SmallVector<QualType, 4> paramTypes; in VisitFunctionType() local 1484 paramTypes.push_back(newParamType); in VisitFunctionType() 1515 return Ctx.getFunctionType(returnType, paramTypes, info); in VisitFunctionType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 16998 SmallVector<QualType, 4> paramTypes; in TransformBlockExpr() local 17006 exprFunctionType->getExtParameterInfosOrNull(), paramTypes, ¶ms, in TransformBlockExpr() 17016 epi.ExtParameterInfos = extParamInfos.getPointerOrNull(paramTypes.size()); in TransformBlockExpr() 17019 getDerived().RebuildFunctionProtoType(exprResultType, paramTypes, epi); in TransformBlockExpr()
|
| H A D | SemaType.cpp | 2580 static void checkExtParameterInfos(Sema &S, ArrayRef<QualType> paramTypes, in checkExtParameterInfos() argument 2600 for (size_t paramIndex = 0, numParams = paramTypes.size(); in checkExtParameterInfos()
|