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

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 1034   TRY_TO(TraverseType(T->getUnderlyingType()));
tools/clang/lib/AST/ASTImporter.cpp
 1304   ExpectedType ToUnderlyingTypeOrErr = import(T->getUnderlyingType());
tools/clang/lib/AST/ASTStructuralEquivalence.cpp
  720             Context, cast<UnaryTransformType>(T1)->getUnderlyingType(),
  721             cast<UnaryTransformType>(T2)->getUnderlyingType()))
tools/clang/lib/AST/ODRHash.cpp
 1084     AddQualType(T->getUnderlyingType());
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 2877       T = cast<UnaryTransformType>(T)->getUnderlyingType();
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 5582                                  cast<UnaryTransformType>(T)->getUnderlyingType(),
tools/clang/lib/Serialization/ASTWriter.cpp
  364   Record.AddTypeRef(T->getUnderlyingType());