Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp256 ArgTypes.push_back(Context.getCanonicalParamType(i->Ty)); in arrangeCXXConstructorCall()
335 argTys.push_back(Context.getCanonicalParamType(receiverType)); in arrangeObjCMessageSendSignature()
336 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType())); in arrangeObjCMessageSendSignature()
339 argTys.push_back(Context.getCanonicalParamType(I->getType())); in arrangeObjCMessageSendSignature()
431 argTypes.push_back(Context.getCanonicalParamType(i->Ty)); in arrangeFreeFunctionCall()
445 argTypes.push_back(Context.getCanonicalParamType(i->Ty)); in arrangeCXXMethodCall()
459 argTypes.push_back(Context.getCanonicalParamType((*i)->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()
287 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType()); in getOptimizedSetPropertyFn()
288 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType()); in getOptimizedSetPropertyFn()
354 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType())); in getEnumerationMutationFn()
/external/clang/include/clang/AST/
DASTContext.h1778 CanQualType getCanonicalParamType(QualType T) const;
/external/clang/lib/AST/
DASTContext.cpp2856 CanonicalArgs.push_back(getCanonicalParamType(ArgArray[i])); in getFunctionType()
3879 CanQualType ASTContext::getCanonicalParamType(QualType T) const { in getCanonicalParamType() function in ASTContext