Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h964 unsigned PreviousDeclInSameBlockScope : 1; variable
1404 : NonParmVarDeclBits.PreviousDeclInSameBlockScope; in isPreviousDeclInSameBlockScope()
1408 NonParmVarDeclBits.PreviousDeclInSameBlockScope = Same; in setPreviousDeclInSameBlockScope()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1365 VD->NonParmVarDeclBits.PreviousDeclInSameBlockScope = Record.readInt(); in VisitVarDeclImpl()