Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp2393 auto KeyKind = isa<nonloc::LazyCompoundVal>(V) ? BindingKey::Default in bind() local
2395 return NewB.addBinding(BindingKey::Make(R, KeyKind), V); in bind()