Searched refs:argType (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 145 static bool needsAmpersandOnTemplateArg(QualType paramType, QualType argType) { in needsAmpersandOnTemplateArg() argument 151 if (argType->isArrayType()) in needsAmpersandOnTemplateArg() 152 return getArrayDepth(argType) == getArrayDepth(paramType->getPointeeType()); in needsAmpersandOnTemplateArg()
|
| H A D | Type.cpp | 1264 QualType argType = TypeArgs[typeParam->getIndex()]; in VisitObjCTypeParamType() local 1266 return argType; in VisitObjCTypeParamType() 1274 argType, protocolsToApply, hasError, true/*allowOnPointerType*/); in VisitObjCTypeParamType()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | aggregate.h | 199 Type *argType(unsigned index);
|
| H A D | dstruct.d | 459 final Type argType(uint index) in argType() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 1532 QualType argType = argDecl->getType().getNonReferenceType(); in generateObjCSetterBody() local 1533 DeclRefExpr arg(getContext(), argDecl, false, argType, VK_LValue, in generateObjCSetterBody() 1536 argType.getUnqualifiedType(), CK_LValueToRValue, in generateObjCSetterBody()
|
| H A D | CGCall.cpp | 1678 llvm::Type *argType = ArgInfo.getCoerceToType(); in GetFunctionType() local 1679 llvm::StructType *st = dyn_cast<llvm::StructType>(argType); in GetFunctionType() 1686 ArgTypes[FirstIRArg] = argType; in GetFunctionType()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | ChangeLog-2021 | 744 * typeinfo.cc (create_typeinfo): Don't add argType fields to
|