Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h1757 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo() argument
1760 ParmVarDeclBits.ScopeDepthOrObjCQuals = scopeDepth; in setScopeInfo()
1761 assert(ParmVarDeclBits.ScopeDepthOrObjCQuals == scopeDepth in setScopeInfo()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1652 unsigned scopeDepth = Record.readInt(); in VisitParmVarDecl() local
1656 assert(scopeDepth == 0); in VisitParmVarDecl()
1660 PD->setScopeInfo(scopeDepth, scopeIndex); in VisitParmVarDecl()