Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp988 void VisitDependentDecltypeType(const DependentDecltypeType *T) { in VisitDependentDecltypeType()
H A DType.cpp3808 DependentDecltypeType::DependentDecltypeType(Expr *E, QualType UnderlyingType) in DependentDecltypeType() function in DependentDecltypeType
3811 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
H A DASTContext.cpp5687 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()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h215 mutable llvm::ContextualFoldingSet<DependentDecltypeType, ASTContext &>
H A DType.h4926 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
4928 DependentDecltypeType(Expr *E, QualType UnderlyingTpe);