Searched refs:addInstantiatedParametersToScope (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 4359 static bool addInstantiatedParametersToScope(Sema &S, FunctionDecl *Function, in addInstantiatedParametersToScope() function 4469 if (addInstantiatedParametersToScope(*this, FD, Pattern, Local, in InstantiateDefaultArgument() 4543 if (addInstantiatedParametersToScope(*this, Decl, Template, Scope, in InstantiateExceptionSpec() 4584 if (addInstantiatedParametersToScope( in CheckInstantiatedFunctionTemplateConstraints() 5032 if (addInstantiatedParametersToScope(*this, Function, PatternDecl, Scope, in InstantiateFunctionDefinition()
|