Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1401 bool maybeInstantiateFunctionParameterToScope(ParmVarDecl *OldParm);
1464 PVD && maybeInstantiateFunctionParameterToScope(PVD)) in TryExpandParameterPacks()
1958 maybeInstantiateFunctionParameterToScope(PVD)) in TransformDecl()
1964 bool TemplateInstantiator::maybeInstantiateFunctionParameterToScope( in maybeInstantiateFunctionParameterToScope() function in TemplateInstantiator