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

Declarations

gen/tools/clang/include/clang/AST/TypeNodes.inc
   70 NON_CANONICAL_UNLESS_DEPENDENT_TYPE(UnaryTransform, Type)

References

tools/clang/include/clang/AST/TypeLoc.h
   75   T castAs() const {
   77     T t;
  360   const Derived *asDerived() const {
  366            Derived::classofType(TL.getTypePtr());
  387   void copyLocal(Derived other) {
 1903                                                     UnaryTransformTypeLoc,
tools/clang/lib/Sema/SemaType.cpp
 5498     void VisitUnaryTransformTypeLoc(UnaryTransformTypeLoc TL) {
tools/clang/lib/Sema/TreeTransform.h
 5734                                                      UnaryTransformTypeLoc TL) {
 5747   UnaryTransformTypeLoc NewTL = TLB.push<UnaryTransformTypeLoc>(Result);
 5747   UnaryTransformTypeLoc NewTL = TLB.push<UnaryTransformTypeLoc>(Result);
tools/clang/lib/Sema/TypeLocBuilder.h
   93   template <class TyLocType> TyLocType push(QualType T) {
   94     TyLocType Loc = TypeLoc(T, nullptr).castAs<TyLocType>();
   94     TyLocType Loc = TypeLoc(T, nullptr).castAs<TyLocType>();
   97     return pushImpl(T, LocalSize, LocalAlign).castAs<TyLocType>();
tools/clang/lib/Serialization/ASTReader.cpp
 7106 void TypeLocReader::VisitUnaryTransformTypeLoc(UnaryTransformTypeLoc TL) {
tools/clang/lib/Serialization/ASTWriter.cpp
  755 void TypeLocWriter::VisitUnaryTransformTypeLoc(UnaryTransformTypeLoc TL) {
tools/clang/tools/libclang/CIndex.cpp
 1719 bool CursorVisitor::VisitUnaryTransformTypeLoc(UnaryTransformTypeLoc TL) {
tools/clang/unittests/AST/SourceLocationTest.cpp
  319     UnaryTransformTypeLoc T =
  320         Node.getUnqualifiedLoc().castAs<UnaryTransformTypeLoc>();