Searched refs:setScopeInfo (Results 1 – 14 of 14) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeductionGuide.cpp | 471 NewParam->setScopeInfo(0, Params.size()); in buildSimpleDeductionGuide() 630 NewParam->setScopeInfo(OldParam->getFunctionScopeDepth(), in transformFunctionTypeParam() 1221 NewParam->setScopeInfo(0, I); in DeclareImplicitDeductionGuidesForTypeAlias()
|
| H A D | SemaRISCV.cpp | 452 Parm->setScopeInfo(0, IParm); in CreateRVVIntrinsicDecl()
|
| H A D | SemaLambda.cpp | 1424 Param->setScopeInfo(0, Params.size()); in ActOnStartOfLambdaDefinition()
|
| H A D | SemaTemplateInstantiate.cpp | 3184 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
|
| H A D | SemaDecl.cpp | 2319 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 D | SemaLookup.cpp | 892 Parm->setScopeInfo(0, IParm); in InsertOCLBuiltinDeclarationsFromTable()
|
| H A D | SemaDeclAttr.cpp | 7263 Param->setScopeInfo(0, Params.size()); in DeclClonePragmaWeak()
|
| H A D | SemaExpr.cpp | 6221 Parm->setScopeInfo(0, i); in rewriteBuiltinFunctionDecl() 20572 Param->setScopeInfo(0, Params.size()); in resolveDecl()
|
| H A D | SemaDeclCXX.cpp | 14005 PD->setScopeInfo(0, I); in findInheritingConstructor()
|
| H A D | TreeTransform.h | 5944 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()
|
| H A D | SemaOpenMP.cpp | 7039 Param->setScopeInfo(0, Params.size()); in setPrototype()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 1755 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo() function
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 1723 PD->setScopeInfo(scopeDepth, scopeIndex); in VisitParmVarDecl()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 4715 ToParm->setScopeInfo(D->getFunctionScopeDepth(), in VisitParmVarDecl()
|