Searched refs:DependentDecltypeType (Results 1 – 4 of 4) sorted by relevance
2926 DependentDecltypeType::DependentDecltypeType(const ASTContext &Context, Expr *E) in DependentDecltypeType() function in DependentDecltypeType2929 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
3948 DependentDecltypeType::Profile(ID, *this, e); in getDecltypeType()3951 DependentDecltypeType *Canon in getDecltypeType()3955 Canon = new (*this, TypeAlignment) DependentDecltypeType(*this, e); in getDecltypeType()
113 mutable llvm::FoldingSet<DependentDecltypeType> DependentDecltypeTypes;
3474 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {3478 DependentDecltypeType(const ASTContext &Context, Expr *E);