Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h825 unsigned PreviousDeclInSameBlockScope : 1; variable
1255 : NonParmVarDeclBits.PreviousDeclInSameBlockScope; in isPreviousDeclInSameBlockScope()
1259 NonParmVarDeclBits.PreviousDeclInSameBlockScope = Same; in setPreviousDeclInSameBlockScope()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp1187 VD->NonParmVarDeclBits.PreviousDeclInSameBlockScope = Record[Idx++]; in VisitVarDeclImpl()