Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp849 void VisitDependentDecltypeType(const DependentDecltypeType *T) { in VisitDependentDecltypeType()
H A DType.cpp3449 DependentDecltypeType::DependentDecltypeType(const ASTContext &Context, Expr *E) in DependentDecltypeType() function in DependentDecltypeType
3452 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
H A DASTContext.cpp5455 DependentDecltypeType::Profile(ID, *this, e); in getDecltypeType()
5458 DependentDecltypeType *Canon in getDecltypeType()
5462 Canon = new (*this, TypeAlignment) DependentDecltypeType(*this, e); in getDecltypeType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h217 mutable llvm::FoldingSet<DependentDecltypeType> DependentDecltypeTypes;
H A DType.h4518 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
4522 DependentDecltypeType(const ASTContext &Context, Expr *E);