Searched refs:addInstantiatedParametersToScope (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaConcept.cpp | 543 if (addInstantiatedParametersToScope( in SetupConstraintScope() 552 if (addInstantiatedParametersToScope(FD, FromMemTempl->getTemplatedDecl(), in SetupConstraintScope() 577 if (addInstantiatedParametersToScope(FD, InstantiatedFrom, Scope, MLTAL)) in SetupConstraintScope()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 4482 bool Sema::addInstantiatedParametersToScope( in addInstantiatedParametersToScope() function in Sema 4611 if (addInstantiatedParametersToScope(Decl, Template, Scope, TemplateArgs)) { in InstantiateExceptionSpec() 5060 if (addInstantiatedParametersToScope(Function, PatternDecl, Scope, in InstantiateFunctionDefinition()
|
| H A D | SemaTemplateInstantiate.cpp | 2871 if (addInstantiatedParametersToScope(FD, PatternFD, *LIS, TemplateArgs)) in SubstDefaultArgument()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 7261 bool addInstantiatedParametersToScope(
|