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.cpp297 BindingGroup.LSquareLoc = LSquareLoc; in setDecompositionBindings()
298 BindingGroup.RSquareLoc = RSquareLoc; in setDecompositionBindings()
299 BindingGroup.NumBindings = Bindings.size(); in setDecompositionBindings()
309 BindingGroup.Bindings = InlineBindings; in setDecompositionBindings()
310 BindingGroup.DeleteBindings = false; in setDecompositionBindings()
313 BindingGroup.Bindings = in setDecompositionBindings()
315 BindingGroup.DeleteBindings = true; in setDecompositionBindings()
318 BindingGroup.Bindings); in setDecompositionBindings()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1915 DecompositionDeclarator BindingGroup; variable
2072 return BindingGroup; in getDecompositionDeclarator()
2117 BindingGroup.clear(); in clear()
2330 return BindingGroup.isSet(); in isDecompositionDeclarator()