Searched refs:DependentDecltypeType (Results 1 – 4 of 4) sorted by relevance
2918 DependentDecltypeType::DependentDecltypeType(const ASTContext &Context, Expr *E) in DependentDecltypeType() function in DependentDecltypeType2921 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
3980 DependentDecltypeType::Profile(ID, *this, e); in getDecltypeType()3983 DependentDecltypeType *Canon in getDecltypeType()3987 Canon = new (*this, TypeAlignment) DependentDecltypeType(*this, e); in getDecltypeType()
115 mutable llvm::FoldingSet<DependentDecltypeType> DependentDecltypeTypes;
3619 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {3623 DependentDecltypeType(const ASTContext &Context, Expr *E);