Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1702 NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in SubstParmVarDecl()
DSemaDecl.cpp1834 parm->setScopeInfo(0, i); in LazilyCreateBuiltin()
3143 Param->setScopeInfo(0, Params.size()); in MergeFunctionDecl()
8144 Param->setScopeInfo(0, Params.size()); in ActOnFunctionDeclarator()
10889 New->setScopeInfo(S->getFunctionPrototypeDepth() - 1, in ActOnParamDeclarator()
DSemaDeclAttr.cpp6044 Param->setScopeInfo(0, Params.size()); in DeclClonePragmaWeak()
DSemaExpr.cpp5096 Parm->setScopeInfo(0, i); in rewriteBuiltinFunctionDecl()
14817 Param->setScopeInfo(0, Params.size()); in resolveDecl()
DTreeTransform.h4693 newParm->setScopeInfo(OldParm->getFunctionScopeDepth(), in TransformFunctionTypeParam()
DSemaDeclCXX.cpp9303 PD->setScopeInfo(0, I); in findInheritingConstructor()
/external/clang/include/clang/AST/
DDecl.h1410 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo() function
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1287 PD->setScopeInfo(scopeDepth, scopeIndex); in VisitParmVarDecl()