Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1710 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
DSemaDecl.cpp1779 parm->setScopeInfo(0, i); in LazilyCreateBuiltin()
3069 Param->setScopeInfo(0, Params.size()); in MergeFunctionDecl()
7845 Param->setScopeInfo(0, Params.size()); in ActOnFunctionDeclarator()
10477 New->setScopeInfo(S->getFunctionPrototypeDepth() - 1, in ActOnParamDeclarator()
DSemaDeclAttr.cpp5593 Param->setScopeInfo(0, Params.size()); in DeclClonePragmaWeak()
DSemaExpr.cpp4845 Parm->setScopeInfo(0, i); in rewriteBuiltinFunctionDecl()
14344 Param->setScopeInfo(0, Params.size()); in resolveDecl()
DTreeTransform.h4587 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()
DSemaDeclCXX.cpp9227 PD->setScopeInfo(0, I); in declareCtor()
/external/clang/include/clang/AST/
DDecl.h1378 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo() function
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1230 PD->setScopeInfo(scopeDepth, scopeIndex); in VisitParmVarDecl()