Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h1667 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo() argument
1670 ParmVarDeclBits.ScopeDepthOrObjCQuals = scopeDepth; in setScopeInfo()
1671 assert(ParmVarDeclBits.ScopeDepthOrObjCQuals == scopeDepth in setScopeInfo()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1498 unsigned scopeDepth = Record.readInt(); in VisitParmVarDecl() local
1502 assert(scopeDepth == 0); in VisitParmVarDecl()
1506 PD->setScopeInfo(scopeDepth, scopeIndex); in VisitParmVarDecl()