Home
last modified time | relevance | path

Searched refs:getCanonicalParamType (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGCall.cpp237 ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeCXXConstructorCall()
298 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
299 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType())); in arrangeObjCMessageSendSignature()
302 argTys.push_back(Context.getCanonicalParamType(I->getType())); in arrangeObjCMessageSendSignature()
403 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty)); in arrangeFreeFunctionLikeCall()
438 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeFreeFunctionCall()
452 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeCXXMethodCall()
466 argTypes.push_back(Context.getCanonicalParamType(Arg->getType())); in arrangeFreeFunctionDeclaration()
HDCGObjCMac.cpp240 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getGetPropertyFn()
241 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getGetPropertyFn()
258 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getSetPropertyFn()
259 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getSetPropertyFn()
286 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
287 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn()
351 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1868 CanQualType getCanonicalParamType(QualType T) const;
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp2990 CanonicalArgs.push_back(getCanonicalParamType(ArgArray[i])); in getFunctionType()
4055 CanQualType ASTContext::getCanonicalParamType(QualType T) const { in getCanonicalParamType() function in ASTContext