reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2302   CanQualType getCanonicalParamType(QualType T) const;

References

tools/clang/lib/AST/ASTContext.cpp
 3814       CanonicalArgs.push_back(getCanonicalParamType(ArgArray[i]));
tools/clang/lib/CodeGen/CGCall.cpp
  358     argTypes.push_back(ctx.getCanonicalParamType(arg.Ty));
  366     argTypes.push_back(ctx.getCanonicalParamType(arg->getType()));
  398     ArgTypes.push_back(Context.getCanonicalParamType(Arg.Ty));
  474   argTys.push_back(Context.getCanonicalParamType(receiverType));
  475   argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType()));
  478     argTys.push_back(Context.getCanonicalParamType(I->getType()));
  598     argTypes.push_back(CGT.getContext().getCanonicalParamType(arg.Ty));
  644     argTypes.push_back(Context.getCanonicalParamType(Arg.Ty));
tools/clang/lib/CodeGen/CGObjCMac.cpp
  236     CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
  237     CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
  251     CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
  252     CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
  279     CanQualType IdType = Ctx.getCanonicalParamType(Ctx.getObjCIdType());
  280     CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
  340     Params.push_back(Ctx.getCanonicalParamType(Ctx.getObjCIdType()));
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  358   return C.getCanonicalParamType(T);