Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h1713 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo() argument
1716 ParmVarDeclBits.ScopeDepthOrObjCQuals = scopeDepth; in setScopeInfo()
1717 assert(ParmVarDeclBits.ScopeDepthOrObjCQuals == scopeDepth in setScopeInfo()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1604 unsigned scopeDepth = Record.readInt(); in VisitParmVarDecl() local
1608 assert(scopeDepth == 0); in VisitParmVarDecl()
1612 PD->setScopeInfo(scopeDepth, scopeIndex); in VisitParmVarDecl()