Searched refs:DependentDecltypeType (Results 1 – 5 of 5) sorted by relevance
850 void VisitDependentDecltypeType(const DependentDecltypeType *T) { in VisitDependentDecltypeType()
3516 DependentDecltypeType::DependentDecltypeType(const ASTContext &Context, Expr *E) in DependentDecltypeType() function in DependentDecltypeType3519 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
5645 DependentDecltypeType::Profile(ID, *this, e); in getDecltypeType()5648 DependentDecltypeType *Canon in getDecltypeType()5652 Canon = new (*this, TypeAlignment) DependentDecltypeType(*this, e); in getDecltypeType()
238 mutable llvm::FoldingSet<DependentDecltypeType> DependentDecltypeTypes;
4609 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {4613 DependentDecltypeType(const ASTContext &Context, Expr *E);