Searched refs:addInstantiatedParametersToScope (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 4231 static bool addInstantiatedParametersToScope(Sema &S, FunctionDecl *Function, in addInstantiatedParametersToScope() function 4341 if (addInstantiatedParametersToScope(*this, FD, Pattern, Local, in InstantiateDefaultArgument() 4415 if (addInstantiatedParametersToScope(*this, Decl, Template, Scope, in InstantiateExceptionSpec() 4456 if (addInstantiatedParametersToScope( in CheckInstantiatedFunctionTemplateConstraints() 4831 if (addInstantiatedParametersToScope(*this, Function, PatternDecl, Scope, in InstantiateFunctionDefinition()
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 3290 static bool addInstantiatedParametersToScope(Sema &S, FunctionDecl *Function, in addInstantiatedParametersToScope() function 3375 if (addInstantiatedParametersToScope(*this, Decl, Template, Scope, in InstantiateExceptionSpec() 3663 if (addInstantiatedParametersToScope(*this, Function, PatternDecl, Scope, in InstantiateFunctionDefinition()
|