Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1693 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo() argument
1696 ParmVarDeclBits.ScopeDepthOrObjCQuals = scopeDepth; in setScopeInfo()
1697 assert(ParmVarDeclBits.ScopeDepthOrObjCQuals == scopeDepth in setScopeInfo()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1500 unsigned scopeDepth = Record.readInt(); in VisitParmVarDecl() local
1504 assert(scopeDepth == 0); in VisitParmVarDecl()
1508 PD->setScopeInfo(scopeDepth, scopeIndex); in VisitParmVarDecl()