Searched refs:InstantiatedLocal (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 342 Local.InstantiatedLocal( in instantiateOMPDeclareSimdDeclAttr() 423 Local.InstantiatedLocal( in instantiateOMPDeclareVariantAttr() 3639 SemaRef.CurrentInstantiationScope->InstantiatedLocal( in VisitOMPDeclareReductionDecl() 3642 SemaRef.CurrentInstantiationScope->InstantiatedLocal( in VisitOMPDeclareReductionDecl() 3655 SemaRef.CurrentInstantiationScope->InstantiatedLocal( in VisitOMPDeclareReductionDecl() 3658 SemaRef.CurrentInstantiationScope->InstantiatedLocal( in VisitOMPDeclareReductionDecl() 3722 SemaRef.CurrentInstantiationScope->InstantiatedLocal( in VisitOMPDeclareMapperDecl() 4489 Scope->InstantiatedLocal(OldParam, NewParam); in SubstFunctionType() 4567 Scope.InstantiatedLocal(VD, *it); in addInstantiatedLocalVarsToScope() 4604 Scope.InstantiatedLocal(PatternParam, FunctionParam); in addInstantiatedParametersToScope() [all …]
|
| H A D | SemaTemplateInstantiate.cpp | 1336 SemaRef.CurrentInstantiationScope->InstantiatedLocal(Old, New); in transformedLocalDecl() 1646 getSema().CurrentInstantiationScope->InstantiatedLocal(D, Inst); in TransformDefinition() 1708 getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var); in RebuildExceptionDecl() 1717 getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var); in RebuildObjCExceptionDecl() 2988 CurrentInstantiationScope->InstantiatedLocal(OldParm, NewParm); in SubstParmVarDecl() 4265 void LocalInstantiationScope::InstantiatedLocal(const Decl *D, Decl *Inst) { in InstantiatedLocal() function in LocalInstantiationScope
|
| H A D | SemaConcept.cpp | 563 Scope.InstantiatedLocal(CapturedPattern, CapturedVar); in addInstantiatedCapturesToScope()
|
| H A D | SemaTemplate.cpp | 2491 SemaRef.CurrentInstantiationScope->InstantiatedLocal(TemplateParam, in transformTemplateParameter() 2641 SemaRef.CurrentInstantiationScope->InstantiatedLocal(OldParam, NewParam); in transformFunctionTypeParam()
|
| H A D | SemaDecl.cpp | 15621 CurrentInstantiationScope->InstantiatedLocal(VD, VD); in RebuildLambdaScopeInfo()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Template.h | 518 void InstantiatedLocal(const Decl *D, Decl *Inst);
|