Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DLinkage.h143 LinkageInfo getLVForValue(const APValue &V, LVComputationKind computation);
H A DAPValue.cpp1106 LinkageInfo LinkageComputer::getLVForValue(const APValue &V, in getLVForValue() function in LinkageComputer
1115 return MergeLV(getLVForValue(V, computation)); in getLVForValue()
H A DDecl.cpp1460 LV.merge(getLVForValue(TPO->getValue(), computation)); in computeLVForDecl()