Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp294 Local.InstantiatedLocal( in instantiateOMPDeclareSimdDeclAttr()
689 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, NewBD); in VisitBindingDecl()
2220 SemaRef.CurrentInstantiationScope->InstantiatedLocal(D, Inst); in VisitTemplateTypeParmDecl()
2880 SemaRef.CurrentInstantiationScope->InstantiatedLocal( in VisitOMPDeclareReductionDecl()
2883 SemaRef.CurrentInstantiationScope->InstantiatedLocal( in VisitOMPDeclareReductionDecl()
2896 SemaRef.CurrentInstantiationScope->InstantiatedLocal( in VisitOMPDeclareReductionDecl()
2899 SemaRef.CurrentInstantiationScope->InstantiatedLocal( in VisitOMPDeclareReductionDecl()
3542 Scope->InstantiatedLocal(OldParam, NewParam); in SubstFunctionType()
3627 Scope.InstantiatedLocal(PatternParam, FunctionParam); in addInstantiatedParametersToScope()
5057 CurrentInstantiationScope->InstantiatedLocal(D, Inst); in FindInstantiatedDecl()
[all …]
H A DSemaTemplateInstantiate.cpp834 SemaRef.CurrentInstantiationScope->InstantiatedLocal(Old, New); in transformedLocalDecl()
1011 getSema().CurrentInstantiationScope->InstantiatedLocal(D, Inst); in TransformDefinition()
1063 getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var); in RebuildExceptionDecl()
1072 getSema().CurrentInstantiationScope->InstantiatedLocal(ExceptionDecl, Var); in RebuildObjCExceptionDecl()
1823 CurrentInstantiationScope->InstantiatedLocal(OldParm, NewParm); in SubstParmVarDecl()
2947 void LocalInstantiationScope::InstantiatedLocal(const Decl *D, Decl *Inst) { in InstantiatedLocal() function in LocalInstantiationScope
H A DSemaTemplate.cpp1823 SemaRef.CurrentInstantiationScope->InstantiatedLocal(TemplateParam, in transformTemplateParameter()
1944 SemaRef.CurrentInstantiationScope->InstantiatedLocal(OldParam, NewParam); in transformFunctionTypeParam()
H A DSemaDecl.cpp12830 S.CurrentInstantiationScope->InstantiatedLocal(VD, VD); in RebuildLambdaScopeInfo()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DTemplate.h381 void InstantiatedLocal(const Decl *D, Decl *Inst);