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