Searched refs:paramTypes (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 1039 SmallVector<QualType, 4> paramTypes; in VisitFunctionProtoType() local 1049 paramTypes.push_back(newParamType); in VisitFunctionProtoType() 1078 return Ctx.getFunctionType(returnType, paramTypes, info); in VisitFunctionProtoType() 1333 SmallVector<QualType, 4> paramTypes; in VisitFunctionType() local 1344 paramTypes.push_back(newParamType); in VisitFunctionType() 1375 return Ctx.getFunctionType(returnType, paramTypes, info); in VisitFunctionType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 14059 SmallVector<QualType, 4> paramTypes; in TransformBlockExpr() local 14067 exprFunctionType->getExtParameterInfosOrNull(), paramTypes, ¶ms, in TransformBlockExpr() 14077 epi.ExtParameterInfos = extParamInfos.getPointerOrNull(paramTypes.size()); in TransformBlockExpr() 14080 getDerived().RebuildFunctionProtoType(exprResultType, paramTypes, epi); in TransformBlockExpr()
|
| H A D | SemaType.cpp | 2788 static void checkExtParameterInfos(Sema &S, ArrayRef<QualType> paramTypes, in checkExtParameterInfos() argument 2808 for (size_t paramIndex = 0, numParams = paramTypes.size(); in checkExtParameterInfos()
|