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 246 argTys.push_back(Context.getCanonicalParamType(receiverType));
247 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType()));
251 argTys.push_back(Context.getCanonicalParamType((*i)->getType()));
311 argTypes.push_back(Context.getCanonicalParamType(i->Ty));
325 argTypes.push_back(Context.getCanonicalParamType((*i)->getType()));
    [all...]
CGObjCMac.cpp 237 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
238 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
255 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
256 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
283 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
284 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
347 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 25 milliseconds