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

/external/clang/lib/CodeGen/
H A DCGCall.cpp256 ArgTypes.push_back(Context.getCanonicalParamType(i->Ty));
335 argTys.push_back(Context.getCanonicalParamType(receiverType));
336 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType()));
339 argTys.push_back(Context.getCanonicalParamType(I->getType()));
431 argTypes.push_back(Context.getCanonicalParamType(i->Ty));
445 argTypes.push_back(Context.getCanonicalParamType(i->Ty));
459 argTypes.push_back(Context.getCanonicalParamType((*i)->getType()));
H A DCGObjCMac.cpp240 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
241 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
258 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
259 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
287 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
288 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
354 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType()));
/external/clang/include/clang/AST/
H A DASTContext.h1778 CanQualType getCanonicalParamType(QualType T) const;
/external/clang/lib/AST/
H A DASTContext.cpp2856 CanonicalArgs.push_back(getCanonicalParamType(ArgArray[i]));
3879 CanQualType ASTContext::getCanonicalParamType(QualType T) const { function in class:ASTContext

Completed in 249 milliseconds