Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1005 void VisitDependentDecltypeType(const DependentDecltypeType *T) { in VisitDependentDecltypeType()
H A DType.cpp3978 DependentDecltypeType::DependentDecltypeType(Expr *E, QualType UnderlyingType) in DependentDecltypeType() function in DependentDecltypeType
3981 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
H A DASTContext.cpp6097 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()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h219 mutable llvm::ContextualFoldingSet<DependentDecltypeType, ASTContext &>
H A DType.h5773 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
5775 DependentDecltypeType(Expr *E, QualType UnderlyingTpe);