Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp342 Parm->setScopeInfo(0, IParm); in CreateRVVIntrinsicDecl()
H A DSemaTemplateInstantiate.cpp2499 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
H A DSemaDecl.cpp2327 parm->setScopeInfo(0, i); in CreateBuiltin()
4116 Param->setScopeInfo(0, Params.size()); in MergeFunctionDecl()
9932 Param->setScopeInfo(0, Params.size()); in ActOnFunctionDeclarator()
14288 New->setScopeInfo(S->getFunctionPrototypeDepth() - 1, in ActOnParamDeclarator()
H A DSemaTemplate.cpp2264 NewParam->setScopeInfo(0, Params.size()); in buildSimpleDeductionGuide()
2426 NewParam->setScopeInfo(OldParam->getFunctionScopeDepth(), in transformFunctionTypeParam()
H A DSemaLookup.cpp875 Parm->setScopeInfo(0, IParm); in InsertOCLBuiltinDeclarationsFromTable()
H A DSemaExpr.cpp6459 Parm->setScopeInfo(0, i); in rewriteBuiltinFunctionDecl()
20440 Param->setScopeInfo(0, Params.size()); in resolveDecl()
H A DSemaDeclAttr.cpp9267 Param->setScopeInfo(0, Params.size()); in DeclClonePragmaWeak()
H A DSemaDeclCXX.cpp13585 PD->setScopeInfo(0, I); in findInheritingConstructor()
H A DTreeTransform.h5655 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()
H A DSemaOpenMP.cpp7025 Param->setScopeInfo(0, Params.size()); in setPrototype()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h1713 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1612 PD->setScopeInfo(scopeDepth, scopeIndex); in VisitParmVarDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp4293 ToParm->setScopeInfo(D->getFunctionScopeDepth(), in VisitParmVarDecl()