Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp1120 auto MergeLV = [&](LinkageInfo MergeLV) { in getLVForValue() local
1121 LV.merge(MergeLV); in getLVForValue()
1125 return MergeLV(getLVForValue(V, computation)); in getLVForValue()
1173 if (VD && MergeLV(getLVForDecl(VD, computation))) in getLVForValue()
1176 if (MergeLV(getLVForType(*TI.getType(), computation))) in getLVForValue()
1188 if (MergeLV(getLVForDecl(MTE->getExtendingDecl(), computation))) in getLVForValue()
1202 MergeLV(getLVForDecl(D, computation)); in getLVForValue()