Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DLinkage.h143 LinkageInfo getLVForValue(const APValue &V, LVComputationKind computation);
H A DAPValue.cpp1035 LinkageInfo LinkageComputer::getLVForValue(const APValue &V, in getLVForValue() function in LinkageComputer
1044 return MergeLV(getLVForValue(V, computation)); in getLVForValue()
H A DDecl.cpp1427 LV.merge(getLVForValue(TPO->getValue(), computation)); in computeLVForDecl()