Searched refs:DependentDecltypeType (Results 1 – 5 of 5) sorted by relevance
1004 void VisitDependentDecltypeType(const DependentDecltypeType *T) { in VisitDependentDecltypeType()
3542 DependentDecltypeType::DependentDecltypeType(const ASTContext &Context, Expr *E) in DependentDecltypeType() function in DependentDecltypeType3545 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
5700 DependentDecltypeType::Profile(ID, *this, e); in getDecltypeType()5703 DependentDecltypeType *Canon in getDecltypeType()5707 Canon = new (*this, TypeAlignment) DependentDecltypeType(*this, e); in getDecltypeType()
211 mutable llvm::FoldingSet<DependentDecltypeType> DependentDecltypeTypes;
4723 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {4727 DependentDecltypeType(const ASTContext &Context, Expr *E);