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

Declarations

gen/tools/clang/include/clang/AST/TypeNodes.inc
   30 NON_CANONICAL_TYPE(Decayed, AdjustedType)

References

tools/clang/include/clang/AST/TypeLoc.h
   75   T castAs() const {
   77     T t;
   86   T getAs() const {
   87     if (!T::isKind(*this))
   89     T t;
  491            Derived::classofType(TL.getTypePtr());
 1199                            AdjustedTypeLoc, DecayedTypeLoc, DecayedType> {
tools/clang/lib/Sema/SemaExpr.cpp
 5247   if (DecayedTypeLoc DTL = TL.getAs<DecayedTypeLoc>())
 5247   if (DecayedTypeLoc DTL = TL.getAs<DecayedTypeLoc>())
tools/clang/lib/Sema/SemaType.cpp
 5604     void VisitDecayedTypeLoc(DecayedTypeLoc TL) {
tools/clang/lib/Sema/TreeTransform.h
 4553                                                       DecayedTypeLoc TL) {
 4562   TLB.push<DecayedTypeLoc>(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
 6977 void TypeLocReader::VisitDecayedTypeLoc(DecayedTypeLoc TL) {
tools/clang/lib/Serialization/ASTWriter.cpp
  626 void TypeLocWriter::VisitDecayedTypeLoc(DecayedTypeLoc TL) {
tools/clang/tools/libclang/CIndex.cpp
 1676 bool CursorVisitor::VisitDecayedTypeLoc(DecayedTypeLoc TL) {