Searched refs:DependentDecltypeType (Results 1 – 5 of 5) sorted by relevance
988 void VisitDependentDecltypeType(const DependentDecltypeType *T) { in VisitDependentDecltypeType()
3808 DependentDecltypeType::DependentDecltypeType(Expr *E, QualType UnderlyingType) in DependentDecltypeType() function in DependentDecltypeType3811 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
5687 DependentDecltypeType::Profile(ID, *this, e); in getDecltypeType()5690 DependentDecltypeType *Canon in getDecltypeType()5694 Canon = new (*this, alignof(DependentDecltypeType)) in getDecltypeType()5695 DependentDecltypeType(e, DependentTy); in getDecltypeType()
215 mutable llvm::ContextualFoldingSet<DependentDecltypeType, ASTContext &>
4926 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {4928 DependentDecltypeType(Expr *E, QualType UnderlyingTpe);