Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp1836 DependentDecltypeType::DependentDecltypeType(const ASTContext &Context, Expr *E) in DependentDecltypeType() function in DependentDecltypeType
1839 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
DASTContext.cpp3710 DependentDecltypeType::Profile(ID, *this, e); in getDecltypeType()
3713 DependentDecltypeType *Canon in getDecltypeType()
3717 Canon = new (*this, TypeAlignment) DependentDecltypeType(*this, e); in getDecltypeType()
/external/clang/include/clang/AST/
DASTContext.h102 mutable llvm::FoldingSet<DependentDecltypeType> DependentDecltypeTypes;
DType.h3264 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
3268 DependentDecltypeType(const ASTContext &Context, Expr *E);