Searched refs:InstantiatedLocal (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 350 Local.InstantiatedLocal( in instantiateOMPDeclareSimdDeclAttr() 431 Local.InstantiatedLocal( in instantiateOMPDeclareVariantAttr() 1596 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, NewBD); in VisitBindingDecl() 1635 SemaRef.CurrentInstantiationScope->InstantiatedLocal(OldDecls[I], in VisitDecompositionDecl() 1812 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Field); in VisitFieldDecl() 2100 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Enum); in VisitEnumDecl() 2159 SemaRef.CurrentInstantiationScope->InstantiatedLocal(EC, EnumConst); in InstantiateEnumDefinition() 2550 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Record); in VisitCXXRecordDecl() 3512 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Inst); in VisitTemplateTypeParmDecl() 3679 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Param); in VisitNonTypeTemplateParmDecl() [all …]
|
| H A D | SemaTemplateInstantiate.cpp | 1563 SemaRef.CurrentInstantiationScope->InstantiatedLocal(Old, New); in transformedLocalDecl() 2011 getSema().CurrentInstantiationScope->InstantiatedLocal(D, Inst); in TransformDefinition() 2073 getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var); in RebuildExceptionDecl() 2082 getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var); in RebuildObjCExceptionDecl() 3369 CurrentInstantiationScope->InstantiatedLocal(OldParm, NewParm); in SubstParmVarDecl() 4651 void LocalInstantiationScope::InstantiatedLocal(const Decl *D, Decl *Inst) { in InstantiatedLocal() function in LocalInstantiationScope
|
| H A D | SemaTemplateDeductionGuide.cpp | 266 SemaRef.CurrentInstantiationScope->InstantiatedLocal(TTP, NewTTP); in transformTemplateTypeParam() 678 SemaRef.CurrentInstantiationScope->InstantiatedLocal(OldParam, NewParam); in transformFunctionTypeParam()
|
| H A D | SemaConcept.cpp | 930 ScopeForParameters->InstantiatedLocal(PVD, PVD); in SubstituteConstraintExpressionWithoutSatisfaction()
|
| H A D | SemaLambda.cpp | 2472 Scope.InstantiatedLocal(CapturedPattern, CapturedVar); in addInstantiatedCapturesToScope()
|
| H A D | SemaDecl.cpp | 15842 CurrentInstantiationScope->InstantiatedLocal(VD, VD); in RebuildLambdaScopeInfo()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Template.h | 531 void InstantiatedLocal(const Decl *D, Decl *Inst);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 6076 …nstantiatedLocalEPKNS_4DeclEPS1_", "clang::LocalInstantiationScope::InstantiatedLocal(clang::Decl …
|