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

Declarations

tools/clang/include/clang/AST/CanonicalType.h
  157   CanQual<T> getUnqualifiedType() const;

References

tools/clang/lib/AST/ASTContext.cpp
 1375         getQualifiedType(VoidTy.getUnqualifiedType(), Q)));
 3717              getQualifiedType(CanResultType.getUnqualifiedType(), Qs));
 8677     LRetType = LRetType.getUnqualifiedType();
 8678     RRetType = RRetType.getUnqualifiedType();
 8805           getCanonicalType(paramTy).getUnqualifiedType() == FloatTy)
tools/clang/lib/AST/CXXInheritance.cpp
   64   BaseType = BaseType.getUnqualifiedType();
  204         Context.getCanonicalType(BaseSpec.getType()).getUnqualifiedType();
tools/clang/lib/AST/DeclCXX.cpp
 2549   if (PointeeType.getUnqualifiedType() != ClassTy)
 2591   if (ParamType.getUnqualifiedType() != ClassTy)
tools/clang/lib/AST/DeclarationName.cpp
  299   Ty = Ty.getUnqualifiedType();
  315   Ty = Ty.getUnqualifiedType();
tools/clang/lib/AST/FormatString.cpp
  377       argTy = C.getCanonicalType(argTy).getUnqualifiedType();
  440         C.getCanonicalType(PT->getPointeeType()).getUnqualifiedType();
  445       QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType();
  447       if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt)
  453       PromoArg = C.getCanonicalType(PromoArg).getUnqualifiedType();
tools/clang/lib/AST/VTableBuilder.cpp
  308   if (CanDerivedReturnType.getUnqualifiedType() ==
  309       CanBaseReturnType.getUnqualifiedType()) {
tools/clang/lib/CodeGen/CGCall.cpp
   97   return RetTy->getCanonicalTypeUnqualified().getUnqualifiedType();
  106   return arrangeLLVMFunctionInfo(FTNP->getReturnType().getUnqualifiedType(),
  182   CanQualType resultType = FTP->getReturnType().getUnqualifiedType();
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
  546       QualType OCT = Context->getCanonicalType(T).getUnqualifiedType();
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
  453       QualType OCT = Context->getCanonicalType(T).getUnqualifiedType();
tools/clang/lib/Sema/SemaCast.cpp
 1462   if (Paths.isAmbiguous(SrcType.getUnqualifiedType())) {
tools/clang/lib/Sema/SemaChecking.cpp
 6469              Context.getCanonicalType(pointeeA).getUnqualifiedType(),
 6470              Context.getCanonicalType(pointeeB).getUnqualifiedType())) {
tools/clang/lib/Sema/SemaDeclCXX.cpp
 2610         .getUnqualifiedType();
 2697       .getUnqualifiedType();
 2839   if (!Paths.isAmbiguous(Context.getCanonicalType(Base).getUnqualifiedType()))
 5680     CanQualType CT = T->getCanonicalTypeUnqualified().getUnqualifiedType();
 8709     if (Context.getCanonicalType(ParamType).getUnqualifiedType() == ClassTy) {
 9094     ConvType = Context.getCanonicalType(ConvType).getUnqualifiedType();
10293     .getUnqualifiedType();
13757   if (SemaRef.Context.getCanonicalType(FirstParamType).getUnqualifiedType() !=
tools/clang/lib/Sema/SemaDeclObjC.cpp
 3132     Context.getCanonicalType(leftQT).getUnqualifiedType().getTypePtr();
 3134     Context.getCanonicalType(rightQT).getUnqualifiedType().getTypePtr();
tools/clang/lib/Sema/SemaExceptionSpec.cpp
  579       OldTypes.insert(S.Context.getCanonicalType(I).getUnqualifiedType());
  582       CanQualType TypePtr = S.Context.getCanonicalType(I).getUnqualifiedType();
tools/clang/lib/Sema/SemaExpr.cpp
 1353     Context.getCanonicalType(LHS.get()->getType()).getUnqualifiedType();
 1355     Context.getCanonicalType(RHS.get()->getType()).getUnqualifiedType();
 7157     S.Context.getCanonicalType(LHS.get()->getType()).getUnqualifiedType();
 7159     S.Context.getCanonicalType(RHS.get()->getType()).getUnqualifiedType();
 8166   LHSType = Context.getCanonicalType(LHSType).getUnqualifiedType();
 8167   RHSType = Context.getCanonicalType(RHSType).getUnqualifiedType();
 9752                 Context.getCanonicalType(lpointee).getUnqualifiedType(),
 9753                 Context.getCanonicalType(rpointee).getUnqualifiedType())) {
10633         QualType T = Context.getCanonicalType(TI->getType()).getUnqualifiedType();
tools/clang/lib/Sema/SemaExprObjC.cpp
 4382     Context.getCanonicalType(castType).getUnqualifiedType();
 4384     Context.getCanonicalType(exprType).getUnqualifiedType();
tools/clang/lib/Sema/SemaFixItUtils.cpp
   41   const CanQualType FromUnq = From.getUnqualifiedType();
   42   const CanQualType ToUnq = To.getUnqualifiedType();
tools/clang/lib/Sema/SemaInit.cpp
   80       Context.getCanonicalType(AT->getElementType()).getUnqualifiedType();
tools/clang/lib/Sema/SemaObjCProperty.cpp
 1358         QualType lhsType =Context.getCanonicalType(PropertyIvarType).getUnqualifiedType();
 1359         QualType rhsType =Context.getCanonicalType(IvarType).getUnqualifiedType();
 1680       QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType();
tools/clang/lib/Sema/SemaOverload.cpp
 1304         = S.Context.getCanonicalType(ToType).getUnqualifiedType();
 3080                                   getUnqualifiedType())) {
 7120   QualType ToCanon = Context.getCanonicalType(ToType).getUnqualifiedType();
 9972   if (CToTy.getUnqualifiedType() == CFromTy.getUnqualifiedType() &&
 9972   if (CToTy.getUnqualifiedType() == CFromTy.getUnqualifiedType() &&
11267     Context.getCanonicalType(Ret).getUnqualifiedType();
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 1474     CanQualType ParamUnqualType = CanParam.getUnqualifiedType(),
 1475                 ArgUnqualType = CanArg.getUnqualifiedType();
tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  992   QualType T = Ctx.getCanonicalType(elementType).getUnqualifiedType();
tools/clang/tools/extra/clang-tidy/bugprone/VirtualNearMissCheck.cpp
   92     if (Paths.isAmbiguous(Context->getCanonicalType(BTy).getUnqualifiedType()))