Home
last modified time | relevance | path

Searched defs:AssociatedDecl (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp61 llvm::FoldingSetNodeID &ID, TemplateName Replacement, Decl *AssociatedDecl, in Profile()
70 ArrayRef<TemplateArgument> ArgPack, Decl *AssociatedDecl, unsigned Index, in SubstTemplateTemplateParmPackStorage()
94 const TemplateArgument &ArgPack, Decl *AssociatedDecl, unsigned Index, in Profile()
H A DType.cpp4187 QualType Replacement, Decl *AssociatedDecl, unsigned Index, in SubstTemplateTypeParmType()
4208 QualType Canon, Decl *AssociatedDecl, unsigned Index, bool Final, in SubstTemplateTypeParmPackType()
4246 const Decl *AssociatedDecl, in Profile()
H A DASTContext.cpp5205 QualType Replacement, Decl *AssociatedDecl, unsigned Index, in getSubstTemplateTypeParmType()
5229 ASTContext::getSubstTemplateTypeParmPackType(Decl *AssociatedDecl, in getSubstTemplateTypeParmPackType()
9741 TemplateName Replacement, Decl *AssociatedDecl, unsigned Index, in getSubstTemplateTemplateParm()
9762 Decl *AssociatedDecl, in getSubstTemplateTemplateParmPack()
H A DExprCXX.cpp1764 const TemplateArgument &ArgPack, Decl *AssociatedDecl, unsigned Index) in SubstNonTypeTemplateParmPackExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h377 Decl *AssociatedDecl; variable
380 Decl *AssociatedDecl, unsigned Index, in SubstTemplateTemplateParmStorage()
H A DExprCXX.h4504 Decl *AssociatedDecl, unsigned Index, in SubstNonTypeTemplateParmExpr()
4573 Decl *AssociatedDecl; variable
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h210 void addOuterTemplateArguments(Decl *AssociatedDecl, ArgList Args, in addOuterTemplateArguments()
237 void replaceInnermostTemplateArguments(Decl *AssociatedDecl, ArgList Args) { in replaceInnermostTemplateArguments()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11398 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPMapClause() local
11526 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPToClause() local
11582 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPFromClause() local
11631 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPUseDevicePtrClause() local
11673 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPUseDeviceAddrClause() local
11716 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPIsDevicePtrClause() local
11759 auto *AssociatedDecl = Record.readDeclAs<ValueDecl>(); in VisitOMPHasDeviceAddrClause() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2172 Decl *AssociatedDecl, const NonTypeTemplateParmDecl *parm, in transformNonTypeTemplateParmRef()
2433 Decl *AssociatedDecl, unsigned Index, std::optional<unsigned> PackIndex, in BuildSubstTemplateTypeParmType()
H A DTreeTransform.h1339 Decl *AssociatedDecl, unsigned Index, in RebuildTemplateName()