Searched refs:setScopeInfo (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 1830 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
|
| H A D | SemaDecl.cpp | 2004 parm->setScopeInfo(0, i); in LazilyCreateBuiltin() 3456 Param->setScopeInfo(0, Params.size()); in MergeFunctionDecl() 8737 Param->setScopeInfo(0, Params.size()); in ActOnFunctionDeclarator() 12446 New->setScopeInfo(S->getFunctionPrototypeDepth() - 1, in ActOnParamDeclarator()
|
| H A D | SemaTemplate.cpp | 1793 NewParam->setScopeInfo(0, Params.size()); in buildSimpleDeductionGuide() 1942 NewParam->setScopeInfo(OldParam->getFunctionScopeDepth(), in transformFunctionTypeParam()
|
| H A D | SemaExpr.cpp | 5290 Parm->setScopeInfo(0, i); in rewriteBuiltinFunctionDecl() 16570 Param->setScopeInfo(0, Params.size()); in resolveDecl()
|
| H A D | SemaDeclAttr.cpp | 7179 Param->setScopeInfo(0, Params.size()); in DeclClonePragmaWeak()
|
| H A D | TreeTransform.h | 5020 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()
|
| H A D | SemaDeclCXX.cpp | 11101 PD->setScopeInfo(0, I); in findInheritingConstructor()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Decl.h | 1583 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 1438 PD->setScopeInfo(scopeDepth, scopeIndex); in VisitParmVarDecl()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 3753 ToParm->setScopeInfo(D->getFunctionScopeDepth(), in VisitParmVarDecl()
|