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

  /external/clang/lib/CodeGen/
CGCall.cpp 307 argTypes.push_back(ctx.getCanonicalParamType(arg.Ty));
315 argTypes.push_back(ctx.getCanonicalParamType(arg->getType()));
358 ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty));
421 argTys.push_back(Context.getCanonicalParamType(receiverType));
422 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType()));
425 argTys.push_back(Context.getCanonicalParamType(I->getType()));
544 argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty));
591 argTypes.push_back(Context.getCanonicalParamType(Arg.Ty));
    [all...]
CGObjCMac.cpp 239 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
240 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
254 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
255 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
282 CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
283 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
343 Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType()));
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 553 milliseconds