Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp1004 void VisitDependentDecltypeType(const DependentDecltypeType *T) { in VisitDependentDecltypeType()
H A DType.cpp3542 DependentDecltypeType::DependentDecltypeType(const ASTContext &Context, Expr *E) in DependentDecltypeType() function in DependentDecltypeType
3545 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
H A DASTContext.cpp5700 DependentDecltypeType::Profile(ID, *this, e); in getDecltypeType()
5703 DependentDecltypeType *Canon in getDecltypeType()
5707 Canon = new (*this, TypeAlignment) DependentDecltypeType(*this, e); in getDecltypeType()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h211 mutable llvm::FoldingSet<DependentDecltypeType> DependentDecltypeTypes;
H A DType.h4723 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
4727 DependentDecltypeType(const ASTContext &Context, Expr *E);