Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp300 BindingGroup.LSquareLoc = LSquareLoc; in setDecompositionBindings()
301 BindingGroup.RSquareLoc = RSquareLoc; in setDecompositionBindings()
302 BindingGroup.NumBindings = Bindings.size(); in setDecompositionBindings()
312 BindingGroup.Bindings = InlineBindings; in setDecompositionBindings()
313 BindingGroup.DeleteBindings = false; in setDecompositionBindings()
316 BindingGroup.Bindings = in setDecompositionBindings()
318 BindingGroup.DeleteBindings = true; in setDecompositionBindings()
321 BindingGroup.Bindings); in setDecompositionBindings()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1912 DecompositionDeclarator BindingGroup; variable
2069 return BindingGroup; in getDecompositionDeclarator()
2114 BindingGroup.clear(); in clear()
2327 return BindingGroup.isSet(); in isDecompositionDeclarator()