Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1693 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2454 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
H A DSemaDecl.cpp2129 parm->setScopeInfo(0, i); in CreateBuiltin()
3776 Param->setScopeInfo(0, Params.size()); in MergeFunctionDecl()
9489 Param->setScopeInfo(0, Params.size()); in ActOnFunctionDeclarator()
13790 New->setScopeInfo(S->getFunctionPrototypeDepth() - 1, in ActOnParamDeclarator()
H A DSemaTemplate.cpp2245 NewParam->setScopeInfo(0, Params.size()); in buildSimpleDeductionGuide()
2421 NewParam->setScopeInfo(OldParam->getFunctionScopeDepth(), in transformFunctionTypeParam()
H A DSemaLookup.cpp873 Parm->setScopeInfo(0, IParm); in InsertOCLBuiltinDeclarationsFromTable()
H A DSemaDeclAttr.cpp8609 Param->setScopeInfo(0, Params.size()); in DeclClonePragmaWeak()
H A DSemaExpr.cpp6268 Parm->setScopeInfo(0, i); in rewriteBuiltinFunctionDecl()
19518 Param->setScopeInfo(0, Params.size()); in resolveDecl()
H A DSemaDeclCXX.cpp13383 PD->setScopeInfo(0, I); in findInheritingConstructor()
H A DTreeTransform.h5589 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()
H A DSemaOpenMP.cpp6604 Param->setScopeInfo(0, Params.size()); in setPrototype()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1508 PD->setScopeInfo(scopeDepth, scopeIndex); in VisitParmVarDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4232 ToParm->setScopeInfo(D->getFunctionScopeDepth(), in VisitParmVarDecl()