Searched refs:DependentDecltypeType (Results 1 – 5 of 5) sorted by relevance
772 void VisitDependentDecltypeType(const DependentDecltypeType *T) { in VisitDependentDecltypeType()
3127 DependentDecltypeType::DependentDecltypeType(const ASTContext &Context, Expr *E) in DependentDecltypeType() function in DependentDecltypeType3130 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
4798 DependentDecltypeType::Profile(ID, *this, e); in getDecltypeType()4801 DependentDecltypeType *Canon in getDecltypeType()4805 Canon = new (*this, TypeAlignment) DependentDecltypeType(*this, e); in getDecltypeType()
197 mutable llvm::FoldingSet<DependentDecltypeType> DependentDecltypeTypes;
4274 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {4278 DependentDecltypeType(const ASTContext &Context, Expr *E);