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

References

tools/clang/include/clang/AST/ASTContext.h
 2294     return T->getCanonicalTypeInternal().getTypePtr();
tools/clang/include/clang/AST/CanonicalType.h
  215   return CanQualType::CreateUnsafe(getCanonicalTypeInternal());
tools/clang/include/clang/AST/LocInfoType.h
   47   QualType getType() const { return getCanonicalTypeInternal(); }
tools/clang/include/clang/AST/Type.h
 4634     QualType Can = getCanonicalTypeInternal();
 4699     return getCanonicalTypeInternal();
 4805   QualType desugar() const { return getCanonicalTypeInternal(); }
 4810     return !isCanonicalUnqualified() ? getCanonicalTypeInternal() : QualType();
 4947     return isa<InjectedClassNameType>(getCanonicalTypeInternal());
 5005     return isTypeAlias() ? getAliasedType() : getCanonicalTypeInternal();
 5572   QualType desugar() const { return getCanonicalTypeInternal(); }
 6229   if (!getTypePtr()->getCanonicalTypeInternal().hasLocalQualifiers())
 6236   if (!getTypePtr()->getCanonicalTypeInternal().hasLocalQualifiers())
tools/clang/lib/AST/ASTContext.cpp
 2730     SplitQualType canonSplit = baseType->getCanonicalTypeInternal().split();
 6357             dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) {
 6400             dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) {
 6471             dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) {
 7921     QualType CT = Ty->getCanonicalTypeInternal();
tools/clang/lib/AST/ASTImporter.cpp
 1481   if (T != T->getCanonicalTypeInternal().getTypePtr()) {
 1482     if (ExpectedType TyOrErr = import(T->getCanonicalTypeInternal()))
tools/clang/lib/AST/QualTypeNames.cpp
  143           TST->getCanonicalTypeInternal());
  175             TSTRecord->getCanonicalTypeInternal());
tools/clang/lib/AST/Type.cpp
 2441   if (isa<AutoType>(BaseTy->getCanonicalTypeInternal()))
 3050   } else if (getCanonicalTypeInternal()->isDependentType()) {
 3591       const Type *CT = T->getCanonicalTypeInternal().getTypePtr();
 3802                   .computeTypeLinkageInfo(getCanonicalTypeInternal())
 3809     return computeTypeLinkageInfo(T->getCanonicalTypeInternal());
 3835   QualType type = getCanonicalTypeInternal();
 4019   const Type *canon = getCanonicalTypeInternal().getTypePtr();
tools/clang/lib/CodeGen/CGCall.cpp
   77     RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal();
tools/clang/lib/Parse/ParseDecl.cpp
 2406           getCurScope(), ThisVarDecl->getType()->getCanonicalTypeInternal(),
 2426             getCurScope(), ThisVarDecl->getType()->getCanonicalTypeInternal(),
tools/clang/lib/Parse/ParseExprCXX.cpp
 1852           getCurScope(), TypeRep.get()->getCanonicalTypeInternal(),
 3028             getCurScope(), TypeRep.get()->getCanonicalTypeInternal(),
tools/clang/lib/Parse/ParseOpenMP.cpp
  440           getCurScope(), OmpPrivParm->getType()->getCanonicalTypeInternal(),
tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
   32   const Type *Ty = T->getCanonicalTypeInternal().getTypePtr();
tools/clang/lib/Sema/SemaChecking.cpp
  814           EltTy, ArgTy->getPointeeType()->getCanonicalTypeInternal())) {
 5708   if (Arg2Ty->getCanonicalTypeInternal().withoutLocalFastQualifiers() != SizeTy)
10074                           T->getCanonicalTypeInternal().getTypePtr());
tools/clang/lib/Sema/SemaDeclCXX.cpp
 3685         BaseClasses.erase(BaseClass->getCanonicalTypeInternal());
tools/clang/lib/Sema/SemaLookup.cpp
 2822   const Type *T = Ty->getCanonicalTypeInternal().getTypePtr();
tools/clang/lib/Sema/SemaTemplate.cpp
 3335         if (CanonType != Injected->getCanonicalTypeInternal())
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 2871     if (X->getAsType()->getCanonicalTypeInternal() !=
 2872         Y->getAsType()->getCanonicalTypeInternal())
tools/clang/lib/Serialization/ASTWriter.cpp
  342   Record.AddTypeRef(T->getCanonicalTypeInternal());
  438                                            : T->getCanonicalTypeInternal());
  491       T->isCanonicalUnqualified() ? QualType() : T->getCanonicalTypeInternal());
 4345         getTypeID(I.first->getCanonicalTypeInternal()), &I.second);
tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp
  434           T->getTypeForDecl()->getCanonicalTypeInternal().getAsString(TypePP) +
tools/clang/unittests/CodeGen/CodeGenExternalTest.cpp
  192         QualType qType = clangTy->getCanonicalTypeInternal();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
 2079       copied_qual_type->getCanonicalTypeInternal().isNull())
tools/lldb/source/Symbol/ClangASTContext.cpp
 3297       llvm::dyn_cast<clang::BuiltinType>(qual_type->getCanonicalTypeInternal());
 3313         GetCanonicalQualType(type)->getCanonicalTypeInternal());
 3545             qual_type->getCanonicalTypeInternal())) {
 3555                        qual_type->getCanonicalTypeInternal())) {
 3563                    qual_type->getCanonicalTypeInternal())) {
 3963         qual_type->getCanonicalTypeInternal());
 4028         qual_type->getCanonicalTypeInternal());
 4162         qual_type->getCanonicalTypeInternal());
 9198         element_qual_type->getCanonicalTypeInternal().getTypePtr();