Searched refs:DependentDecltypeType (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRHash.cpp | 1033 void VisitDependentDecltypeType(const DependentDecltypeType *T) { in VisitDependentDecltypeType()
|
| H A D | Type.cpp | 4151 DependentDecltypeType::DependentDecltypeType(Expr *E) in DependentDecltypeType() function in DependentDecltypeType 4154 void DependentDecltypeType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
|
| H A D | ASTContext.cpp | 6519 DependentDecltypeType::Profile(ID, *this, E); in getDecltypeType() 6522 if (DependentDecltypeType *Canon = in getDecltypeType() 6528 new (*this, alignof(DependentDecltypeType)) DependentDecltypeType(E); in getDecltypeType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 221 mutable llvm::ContextualFoldingSet<DependentDecltypeType, ASTContext &>
|
| H A D | Type.h | 5985 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode { 5987 DependentDecltypeType(Expr *E);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8997 …tIN5clang21DependentDecltypeTypeEED1Ev", "llvm::FoldingSet<clang::DependentDecltypeType>::~Folding… 9112 …tIN5clang21DependentDecltypeTypeEED0Ev", "llvm::FoldingSet<clang::DependentDecltypeType>::~Folding… 9113 …ngSetImpl4NodeERNS_16FoldingSetNodeIDE", "llvm::FoldingSet<clang::DependentDecltypeType>::GetNodeP… 9114 …Impl4NodeERKNS_16FoldingSetNodeIDERS7_", "llvm::FoldingSet<clang::DependentDecltypeType>::NodeEqua… 9115 …ngSetImpl4NodeERNS_16FoldingSetNodeIDE", "llvm::FoldingSet<clang::DependentDecltypeType>::ComputeN… 10927 …DecltypeTypeC1ERKNS_10ASTContextEPNS_4ExprE", "clang::DependentDecltypeType::DependentDecltypeType… 10928 …DecltypeTypeC2ERKNS_10ASTContextEPNS_4ExprE", "clang::DependentDecltypeType::DependentDecltypeType… 10929 …ERN4llvm16FoldingSetNodeIDERKNS_10ASTContextEPNS_4ExprE", "clang::DependentDecltypeType::Profile(l… 26431 …tIN5clang21DependentDecltypeTypeEEE", "vtable for llvm::FoldingSet<clang::DependentDecltypeType>"},
|