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

References

tools/clang/lib/AST/ASTContext.cpp
 6009     Fields[Count++] = { getPointerType(IntTy.withConst()), "isa" };
 6011     Fields[Count++] = { getPointerType(CharTy.withConst()), "str" };
 6017     Fields[Count++] = { getPointerType(CharTy.withConst()), "_ptr" };
tools/clang/lib/AST/PrintfFormatString.cpp
  630           return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
  639         return ArgType(Ctx.getPointerType(Ctx.UnsignedShortTy.withConst()),
tools/clang/lib/CodeGen/CGObjCMac.cpp
  353       Ctx.getCanonicalType(Ctx.getPointerType(Ctx.CharTy.withConst())));
 3027                                   ctx.getPointerType(ctx.CharTy.withConst())));
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 2311   ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
 2511   ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
 2541   ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 2223   ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
 2436   ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
 2466   ArgTys.push_back(Context->getPointerType(Context->CharTy.withConst()));
tools/clang/lib/Sema/SemaChecking.cpp
 5507   QualType ResultTy = Context.getPointerType(Context.CharTy.withConst());
 5698       Context.getPointerType(Context.CharTy.withConst());
tools/clang/lib/Sema/SemaExpr.cpp
 3229           Context.adjustStringLiteralBaseType(Context.WideCharTy.withConst());
 3239       ResTy = Context.adjustStringLiteralBaseType(Context.CharTy.withConst());
 3480           Context.adjustStringLiteralBaseType(Context.CharTy.withConst()),
tools/clang/lib/Sema/SemaExprObjC.cpp
  569           QualType ConstCharType = Context.CharTy.withConst();
  695                             Context.VoidPtrTy.withConst(),
  700         QualType ConstCharType = Context.CharTy.withConst();
tools/clang/lib/Sema/SemaOpenMP.cpp
 3119     QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict();
 3133         std::make_pair(".task_t.", Context.VoidPtrTy.withConst()),
 3164     QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict();
 3178         std::make_pair(".task_t.", Context.VoidPtrTy.withConst()),
 3217     QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict();
 3231         std::make_pair(".task_t.", Context.VoidPtrTy.withConst()),
 3257     QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict();
 3271         std::make_pair(".task_t.", Context.VoidPtrTy.withConst()),
 3299     QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict();
 3321         std::make_pair(".task_t.", Context.VoidPtrTy.withConst()),
 3347         std::make_pair(".previous.lb.", Context.getSizeType().withConst()),
 3348         std::make_pair(".previous.ub.", Context.getSizeType().withConst()),
 3360     QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict();
 3373         std::make_pair(".task_t.", Context.VoidPtrTy.withConst()),
 3403         std::make_pair(".previous.lb.", Context.getSizeType().withConst()),
 3404         std::make_pair(".previous.ub.", Context.getSizeType().withConst()),
 3432         std::make_pair(".previous.lb.", Context.getSizeType().withConst()),
 3433         std::make_pair(".previous.ub.", Context.getSizeType().withConst()),
 3446     QualType VoidPtrTy = Context.VoidPtrTy.withConst().withRestrict();
 3460         std::make_pair(".task_t.", Context.VoidPtrTy.withConst()),
tools/clang/lib/Sema/SemaStmt.cpp
 2890     QualType DestTy = Context.getPointerType(Context.VoidTy.withConst());