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

References

tools/clang/include/clang/AST/Type.h
 4528   QualType desugar() const { return getEquivalentType(); }
tools/clang/lib/AST/ASTContext.cpp
 2175                   cast<AttributedType>(T)->getEquivalentType().getTypePtr());
 2868         getFunctionTypeWithExceptionSpec(AT->getEquivalentType(), ESI));
tools/clang/lib/AST/ASTImporter.cpp
 1365   ExpectedType ToEquivalentTypeOrErr = import(T->getEquivalentType());
tools/clang/lib/AST/ASTStructuralEquivalence.cpp
  680             Context, cast<AttributedType>(T1)->getEquivalentType(),
  681             cast<AttributedType>(T2)->getEquivalentType()))
tools/clang/lib/AST/ODRHash.cpp
  818     AddQualType(T->getEquivalentType());
tools/clang/lib/AST/Type.cpp
 1074     QualType equivalentType = recurse(T->getEquivalentType());
 1081           == T->getEquivalentType().getAsOpaquePtr())
 1365     QualType newEquivType = newAttrType->getEquivalentType();
 1710     Cur = AT->getEquivalentType().getTypePtr();
 3829     Type = AT->getEquivalentType();
tools/clang/lib/AST/TypePrinter.cpp
 1410     return printBefore(T->getEquivalentType(), OS);
 1416     printBefore(T->getEquivalentType(), OS);
 1452     return printAfter(T->getEquivalentType(), OS);
 1472       !T->getEquivalentType()->castAs<FunctionType>()
 1538    QualType t = T->getEquivalentType();
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 2880       T = cast<AttributedType>(T)->getEquivalentType();
tools/clang/lib/Sema/SemaType.cpp
 6357           T = cast<AttributedType>(Ty)->getEquivalentType();
 6408         return wrap(C, cast<AttributedType>(Old)->getEquivalentType(), I);
 6494     Desugared = AT->getEquivalentType();
tools/clang/lib/Sema/TreeTransform.h
 6233       = getDerived().TransformType(oldType->getEquivalentType());
tools/clang/lib/Serialization/ASTWriter.cpp
  406   Record.AddTypeRef(T->getEquivalentType());
tools/clang/tools/libclang/CXType.cpp
  134         return MakeCXType(ATT->getEquivalentType(), TU);