Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp471 NewParam->setScopeInfo(0, Params.size()); in buildSimpleDeductionGuide()
630 NewParam->setScopeInfo(OldParam->getFunctionScopeDepth(), in transformFunctionTypeParam()
1221 NewParam->setScopeInfo(0, I); in DeclareImplicitDeductionGuidesForTypeAlias()
H A DSemaRISCV.cpp452 Parm->setScopeInfo(0, IParm); in CreateRVVIntrinsicDecl()
H A DSemaLambda.cpp1424 Param->setScopeInfo(0, Params.size()); in ActOnStartOfLambdaDefinition()
H A DSemaTemplateInstantiate.cpp3184 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
H A DSemaDecl.cpp2319 parm->setScopeInfo(0, i); in CreateBuiltin()
4163 Param->setScopeInfo(0, Params.size()); in MergeFunctionDecl()
10226 Param->setScopeInfo(0, Params.size()); in ActOnFunctionDeclarator()
14985 New->setScopeInfo(S->getFunctionPrototypeDepth() - 1, in ActOnParamDeclarator()
H A DSemaLookup.cpp892 Parm->setScopeInfo(0, IParm); in InsertOCLBuiltinDeclarationsFromTable()
H A DSemaDeclAttr.cpp7263 Param->setScopeInfo(0, Params.size()); in DeclClonePragmaWeak()
H A DSemaExpr.cpp6221 Parm->setScopeInfo(0, i); in rewriteBuiltinFunctionDecl()
20572 Param->setScopeInfo(0, Params.size()); in resolveDecl()
H A DSemaDeclCXX.cpp14005 PD->setScopeInfo(0, I); in findInheritingConstructor()
H A DTreeTransform.h5944 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()
H A DSemaOpenMP.cpp7039 Param->setScopeInfo(0, Params.size()); in setPrototype()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1755 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo() function
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1723 PD->setScopeInfo(scopeDepth, scopeIndex); in VisitParmVarDecl()
/src/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4715 ToParm->setScopeInfo(D->getFunctionScopeDepth(), in VisitParmVarDecl()