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 289 argTys.push_back(Context.getCanonicalParamType(receiverType));
290 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType()));
294 argTys.push_back(Context.getCanonicalParamType((*i)->getType()));
383 argTypes.push_back(Context.getCanonicalParamType(i->Ty));
397 argTypes.push_back(Context.getCanonicalParamType(i->Ty));
414 argTypes.push_back(Context.getCanonicalParamType((*i)->getType()));
    [all...]
CGObjCMac.cpp 238 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
239 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
256 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
257 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
284 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
285 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
348 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 33 milliseconds