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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1527   QualType getUnaryTransformType(QualType BaseType, QualType UnderlyingType,

References

tools/clang/lib/AST/ASTImporter.cpp
 1308   return Importer.getToContext().getUnaryTransformType(
tools/clang/lib/Sema/SemaType.cpp
 8423       return Context.getUnaryTransformType(BaseType, Underlying,
tools/clang/lib/Serialization/ASTReader.cpp
 6584     return Context.getUnaryTransformType(BaseType, UnderlyingType, UKind);