Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h1667 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo() function
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2455 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
H A DSemaDecl.cpp2077 parm->setScopeInfo(0, i); in CreateBuiltin()
3713 Param->setScopeInfo(0, Params.size()); in MergeFunctionDecl()
9430 Param->setScopeInfo(0, Params.size()); in ActOnFunctionDeclarator()
13734 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 DSemaExpr.cpp6229 Parm->setScopeInfo(0, i); in rewriteBuiltinFunctionDecl()
19342 Param->setScopeInfo(0, Params.size()); in resolveDecl()
H A DSemaDeclAttr.cpp8479 Param->setScopeInfo(0, Params.size()); in DeclClonePragmaWeak()
H A DTreeTransform.h5566 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()
H A DSemaDeclCXX.cpp13191 PD->setScopeInfo(0, I); in findInheritingConstructor()
H A DSemaOpenMP.cpp6589 Param->setScopeInfo(0, Params.size()); in setPrototype()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1506 PD->setScopeInfo(scopeDepth, scopeIndex); in VisitParmVarDecl()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp4169 ToParm->setScopeInfo(D->getFunctionScopeDepth(), in VisitParmVarDecl()