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

/external/clang/lib/AST/
H A DType.cpp2918 DependentDecltypeType::DependentDecltypeType(const ASTContext &Context, Expr *E)
2921 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID,
H A DASTContext.cpp3980 DependentDecltypeType::Profile(ID, *this, e);
3983 DependentDecltypeType *Canon
3987 Canon = new (*this, TypeAlignment) DependentDecltypeType(*this, e);
/external/clang/include/clang/AST/
H A DASTContext.h115 mutable llvm::FoldingSet<DependentDecltypeType> DependentDecltypeTypes;
H A DType.h3619 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3623 DependentDecltypeType(const ASTContext &Context, Expr *E);

Completed in 80 milliseconds