Home
last modified time | relevance | path

Searched refs:DependentDecltypeType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp850 void VisitDependentDecltypeType(const DependentDecltypeType *T) { in VisitDependentDecltypeType()
H A DType.cpp3516 DependentDecltypeType::DependentDecltypeType(const ASTContext &Context, Expr *E) in DependentDecltypeType() function in DependentDecltypeType
3519 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
H A DASTContext.cpp5645 DependentDecltypeType::Profile(ID, *this, e); in getDecltypeType()
5648 DependentDecltypeType *Canon in getDecltypeType()
5652 Canon = new (*this, TypeAlignment) DependentDecltypeType(*this, e); in getDecltypeType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h238 mutable llvm::FoldingSet<DependentDecltypeType> DependentDecltypeTypes;
H A DType.h4609 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
4613 DependentDecltypeType(const ASTContext &Context, Expr *E);