Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp444 Parm->setScopeInfo(0, IParm); in CreateRVVIntrinsicDecl()
H A DSemaLambda.cpp1366 Param->setScopeInfo(0, Params.size()); in ActOnStartOfLambdaDefinition()
H A DSemaTemplateInstantiate.cpp2995 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
H A DSemaDecl.cpp2455 parm->setScopeInfo(0, i); in CreateBuiltin()
4273 Param->setScopeInfo(0, Params.size()); in MergeFunctionDecl()
10366 Param->setScopeInfo(0, Params.size()); in ActOnFunctionDeclarator()
15186 New->setScopeInfo(S->getFunctionPrototypeDepth() - 1, in ActOnParamDeclarator()
H A DSemaLookup.cpp890 Parm->setScopeInfo(0, IParm); in InsertOCLBuiltinDeclarationsFromTable()
H A DSemaTemplate.cpp2455 NewParam->setScopeInfo(0, Params.size()); in buildSimpleDeductionGuide()
2639 NewParam->setScopeInfo(OldParam->getFunctionScopeDepth(), in transformFunctionTypeParam()
H A DSemaExpr.cpp7003 Parm->setScopeInfo(0, i); in rewriteBuiltinFunctionDecl()
21572 Param->setScopeInfo(0, Params.size()); in resolveDecl()
H A DSemaDeclAttr.cpp10025 Param->setScopeInfo(0, Params.size()); in DeclClonePragmaWeak()
H A DTreeTransform.h5847 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()
H A DSemaDeclCXX.cpp14133 PD->setScopeInfo(0, I); in findInheritingConstructor()
H A DSemaOpenMP.cpp7255 Param->setScopeInfo(0, Params.size()); in setPrototype()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1782 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1731 PD->setScopeInfo(scopeDepth, scopeIndex); in VisitParmVarDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4631 ToParm->setScopeInfo(D->getFunctionScopeDepth(), in VisitParmVarDecl()