Home
last modified time | relevance | path

Searched refs:scopeDepth (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DDecl.h1410 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo() argument
1413 ParmVarDeclBits.ScopeDepthOrObjCQuals = scopeDepth; in setScopeInfo()
1414 assert(ParmVarDeclBits.ScopeDepthOrObjCQuals == scopeDepth in setScopeInfo()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1279 unsigned scopeDepth = Record[Idx++]; in VisitParmVarDecl() local
1283 assert(scopeDepth == 0); in VisitParmVarDecl()
1287 PD->setScopeInfo(scopeDepth, scopeIndex); in VisitParmVarDecl()