Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DODRHash.cpp772 void VisitDependentDecltypeType(const DependentDecltypeType *T) { in VisitDependentDecltypeType()
H A DType.cpp3127 DependentDecltypeType::DependentDecltypeType(const ASTContext &Context, Expr *E) in DependentDecltypeType() function in DependentDecltypeType
3130 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
H A DASTContext.cpp4798 DependentDecltypeType::Profile(ID, *this, e); in getDecltypeType()
4801 DependentDecltypeType *Canon in getDecltypeType()
4805 Canon = new (*this, TypeAlignment) DependentDecltypeType(*this, e); in getDecltypeType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h197 mutable llvm::FoldingSet<DependentDecltypeType> DependentDecltypeTypes;
H A DType.h4274 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
4278 DependentDecltypeType(const ASTContext &Context, Expr *E);