Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp536 NewParam->setScopeInfo(0, Params.size()); in buildSimpleDeductionGuide()
676 NewParam->setScopeInfo(OldParam->getFunctionScopeDepth(), in transformFunctionTypeParam()
1276 NewParam->setScopeInfo(0, I); in DeclareImplicitDeductionGuidesForTypeAlias()
H A DHLSLBuiltinTypeDeclBuilder.cpp418 Parm->setScopeInfo(CurScopeDepth, I); in createDecl()
H A DSemaRISCV.cpp442 Parm->setScopeInfo(0, IParm); in CreateRVVIntrinsicDecl()
H A DSemaLambda.cpp1451 Param->setScopeInfo(0, Params.size()); in ActOnStartOfLambdaDefinition()
H A DSemaDecl.cpp2337 parm->setScopeInfo(0, i); in CreateBuiltin()
4255 Param->setScopeInfo(0, Params.size()); in MergeFunctionDecl()
10435 Param->setScopeInfo(0, Params.size()); in ActOnFunctionDeclarator()
15412 New->setScopeInfo(S->getFunctionPrototypeDepth() - 1, in ActOnParamDeclarator()
H A DSemaTemplateInstantiate.cpp3376 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
H A DSemaLookup.cpp895 Parm->setScopeInfo(0, IParm); in InsertOCLBuiltinDeclarationsFromTable()
H A DSemaDeclAttr.cpp8104 Param->setScopeInfo(0, Params.size()); in DeclClonePragmaWeak()
H A DSemaExpr.cpp6355 Parm->setScopeInfo(0, i); in rewriteBuiltinFunctionDecl()
21066 Param->setScopeInfo(0, Params.size()); in resolveDecl()
H A DTreeTransform.h6171 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()
H A DSemaDeclCXX.cpp14296 PD->setScopeInfo(0, I); in findInheritingConstructor()
H A DSemaOpenMP.cpp6987 Param->setScopeInfo(0, Params.size()); in setPrototype()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1802 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1734 PD->setScopeInfo(scopeDepth, scopeIndex); in VisitParmVarDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4992 ToParm->setScopeInfo(D->getFunctionScopeDepth(), in VisitParmVarDecl()