Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1724 unsigned scopeDepth = ParmVarDeclBits.getNextBits(/*Width=*/7); in VisitParmVarDecl() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1782 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo()