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

Declarations

tools/clang/include/clang/AST/Type.h
 2404   CanQualType getCanonicalTypeUnqualified() const; // in CanonicalType.h

References

tools/clang/lib/AST/APValue.cpp
   26     : T(T->getCanonicalTypeUnqualified().getTypePtr()) {}
tools/clang/lib/CodeGen/CGCall.cpp
   88   return MD->getType()->getCanonicalTypeUnqualified()
   97   return RetTy->getCanonicalTypeUnqualified().getUnqualifiedType();
  260       FTP->getCanonicalTypeUnqualified().getAs<FunctionProtoType>());
  269     FTy = FT->getCanonicalTypeUnqualified();
  438   CanQualType FTy = FD->getType()->getCanonicalTypeUnqualified();
tools/clang/lib/CodeGen/CGObjCMac.cpp
  240         Ctx.getPointerDiffType()->getCanonicalTypeUnqualified(), Ctx.BoolTy};
  256         Ctx.getPointerDiffType()->getCanonicalTypeUnqualified(),
  284     Params.push_back(Ctx.getPointerDiffType()->getCanonicalTypeUnqualified());
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
10288   CDT = CDT->getCanonicalTypeUnqualified();
tools/clang/lib/Sema/SemaAccess.cpp
  548     return MatchesFriend(S, EC, T->getType()->getCanonicalTypeUnqualified());
tools/clang/lib/Sema/SemaDeclCXX.cpp
 5680     CanQualType CT = T->getCanonicalTypeUnqualified().getUnqualifiedType();
10292   CanQualType CanonicalDesiredBase = DesiredBase->getCanonicalTypeUnqualified()
10295     CanQualType BaseType = Base.getType()->getCanonicalTypeUnqualified();
16092             NoexceptExpr->getType()->getCanonicalTypeUnqualified() ==
tools/clang/lib/Sema/SemaOverload.cpp
 2878   if (cast<FunctionProtoType>(FromFunction->getCanonicalTypeUnqualified())
 2880       cast<FunctionProtoType>(ToFunction->getCanonicalTypeUnqualified())
tools/clang/lib/StaticAnalyzer/Checkers/GTestChecker.cpp
  231         RefTy->getPointeeType()->getCanonicalTypeUnqualified() == BoolTy) {
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  149         !Paths.isAmbiguous(ActualTy->getCanonicalTypeUnqualified())) {
tools/clang/tools/extra/clang-tidy/llvm/TwineLocalCheck.cpp
   47     if (VD->getType()->getCanonicalTypeUnqualified() ==
   48         C->getType()->getCanonicalTypeUnqualified()) {
tools/clang/tools/extra/clang-tidy/performance/InefficientAlgorithmCheck.cpp
   25   return Left->getCanonicalTypeUnqualified() ==
   26          Right->getCanonicalTypeUnqualified();
tools/lldb/source/Symbol/ClangASTContext.cpp
 4428         this, array_eletype->getCanonicalTypeUnqualified().getAsOpaquePtr());
 5004                   ->getCanonicalTypeUnqualified());