Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1102 unsigned scopeDepth = Record[Idx++]; in VisitParmVarDecl() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h1285 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo()