Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp1859 DependentDecltypeType::DependentDecltypeType(const ASTContext &Context, Expr *E) in DependentDecltypeType() function in DependentDecltypeType
1862 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
H A DASTContext.cpp3766 DependentDecltypeType::Profile(ID, *this, e); in getDecltypeType()
3769 DependentDecltypeType *Canon in getDecltypeType()
3773 Canon = new (*this, TypeAlignment) DependentDecltypeType(*this, e); in getDecltypeType()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h112 mutable llvm::FoldingSet<DependentDecltypeType> DependentDecltypeTypes;
H A DType.h3319 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
3323 DependentDecltypeType(const ASTContext &Context, Expr *E);