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 256 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()));
    [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());
287 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
288 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
354 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 143 milliseconds