Searched refs:DependentDecltypeType (Results 1 – 5 of 5) sorted by relevance
1005 void VisitDependentDecltypeType(const DependentDecltypeType *T) { in VisitDependentDecltypeType()
3978 DependentDecltypeType::DependentDecltypeType(Expr *E, QualType UnderlyingType) in DependentDecltypeType() function in DependentDecltypeType3981 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
6097 DependentDecltypeType::Profile(ID, *this, e); in getDecltypeType()6100 DependentDecltypeType *Canon in getDecltypeType()6104 Canon = new (*this, alignof(DependentDecltypeType)) in getDecltypeType()6105 DependentDecltypeType(e, DependentTy); in getDecltypeType()
219 mutable llvm::ContextualFoldingSet<DependentDecltypeType, ASTContext &>
5773 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {5775 DependentDecltypeType(Expr *E, QualType UnderlyingTpe);