HomeSort by relevance Sort by last modified time
    Searched refs:getCanonicalParamType (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
CGCall.cpp 267 ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty));
328 argTys.push_back(Context.getCanonicalParamType(receiverType));
329 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType()));
332 argTys.push_back(Context.getCanonicalParamType(I->getType()));
433 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty));
468 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty));
482 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty));
496 argTypes.push_back(Context.getCanonicalParamType(Arg->getType()));
    [all...]
CGObjCMac.cpp 240 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());
286 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
287 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
351 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType()));
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 1051 milliseconds