Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1830 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
H A DSemaDecl.cpp2004 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 DSemaTemplate.cpp1793 NewParam->setScopeInfo(0, Params.size()); in buildSimpleDeductionGuide()
1942 NewParam->setScopeInfo(OldParam->getFunctionScopeDepth(), in transformFunctionTypeParam()
H A DSemaExpr.cpp5290 Parm->setScopeInfo(0, i); in rewriteBuiltinFunctionDecl()
16570 Param->setScopeInfo(0, Params.size()); in resolveDecl()
H A DSemaDeclAttr.cpp7179 Param->setScopeInfo(0, Params.size()); in DeclClonePragmaWeak()
H A DTreeTransform.h5020 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()
H A DSemaDeclCXX.cpp11101 PD->setScopeInfo(0, I); in findInheritingConstructor()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h1583 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1438 PD->setScopeInfo(scopeDepth, scopeIndex); in VisitParmVarDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp3753 ToParm->setScopeInfo(D->getFunctionScopeDepth(), in VisitParmVarDecl()