Searched refs:DependentDecltypeType (Results 1 – 5 of 5) sorted by relevance
849 void VisitDependentDecltypeType(const DependentDecltypeType *T) { in VisitDependentDecltypeType()
3453 DependentDecltypeType::DependentDecltypeType(const ASTContext &Context, Expr *E) in DependentDecltypeType() function in DependentDecltypeType3456 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
5470 DependentDecltypeType::Profile(ID, *this, e); in getDecltypeType()5473 DependentDecltypeType *Canon in getDecltypeType()5477 Canon = new (*this, TypeAlignment) DependentDecltypeType(*this, e); in getDecltypeType()
4518 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {4522 DependentDecltypeType(const ASTContext &Context, Expr *E);
218 mutable llvm::FoldingSet<DependentDecltypeType> DependentDecltypeTypes;