Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp267 ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeCXXConstructorCall()
328 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
329 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType())); in arrangeObjCMessageSendSignature()
332 argTys.push_back(Context.getCanonicalParamType(I->getType())); in arrangeObjCMessageSendSignature()
433 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty)); in arrangeFreeFunctionLikeCall()
468 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeFreeFunctionCall()
482 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty)); in arrangeCXXMethodCall()
496 argTypes.push_back(Context.getCanonicalParamType(Arg->getType())); in arrangeFreeFunctionDeclaration()
DCGObjCMac.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()
/external/clang/include/clang/AST/
DASTContext.h1954 CanQualType getCanonicalParamType(QualType T) const;
/external/clang/lib/AST/
DASTContext.cpp3065 CanonicalArgs.push_back(getCanonicalParamType(ArgArray[i])); in getFunctionType()
4117 CanQualType ASTContext::getCanonicalParamType(QualType T) const { in getCanonicalParamType() function in ASTContext