Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h1285 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo() argument
1288 ParmVarDeclBits.ScopeDepthOrObjCQuals = scopeDepth; in setScopeInfo()
1289 assert(ParmVarDeclBits.ScopeDepthOrObjCQuals == scopeDepth in setScopeInfo()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1102 unsigned scopeDepth = Record[Idx++]; in VisitParmVarDecl() local
1106 assert(scopeDepth == 0); in VisitParmVarDecl()
1110 PD->setScopeInfo(scopeDepth, scopeIndex); in VisitParmVarDecl()