Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp387 Parm->setScopeInfo(0, IParm); in CreateRVVIntrinsicDecl()
H A DSemaTemplateInstantiate.cpp2804 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
H A DSemaDecl.cpp2403 parm->setScopeInfo(0, i); in CreateBuiltin()
4191 Param->setScopeInfo(0, Params.size()); in MergeFunctionDecl()
10096 Param->setScopeInfo(0, Params.size()); in ActOnFunctionDeclarator()
14678 New->setScopeInfo(S->getFunctionPrototypeDepth() - 1, in ActOnParamDeclarator()
H A DSemaTemplate.cpp2358 NewParam->setScopeInfo(0, Params.size()); in buildSimpleDeductionGuide()
2522 NewParam->setScopeInfo(OldParam->getFunctionScopeDepth(), in transformFunctionTypeParam()
H A DSemaLookup.cpp878 Parm->setScopeInfo(0, IParm); in InsertOCLBuiltinDeclarationsFromTable()
H A DSemaExpr.cpp6699 Parm->setScopeInfo(0, i); in rewriteBuiltinFunctionDecl()
20819 Param->setScopeInfo(0, Params.size()); in resolveDecl()
H A DSemaDeclAttr.cpp9522 Param->setScopeInfo(0, Params.size()); in DeclClonePragmaWeak()
H A DTreeTransform.h5749 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()
H A DSemaDeclCXX.cpp13694 PD->setScopeInfo(0, I); in findInheritingConstructor()
H A DSemaOpenMP.cpp7104 Param->setScopeInfo(0, Params.size()); in setPrototype()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h1757 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1660 PD->setScopeInfo(scopeDepth, scopeIndex); in VisitParmVarDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp4403 ToParm->setScopeInfo(D->getFunctionScopeDepth(), in VisitParmVarDecl()