Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DLinkage.h141 LinkageInfo getLVForType(const Type &T, LVComputationKind computation);
H A DDecl.cpp240 LinkageInfo LinkageComputer::getLVForType(const Type &T, in getLVForType() function in LinkageComputer
267 LV.merge(getLVForType(*NTTP->getType(), computation)); in getLVForTemplateParameterList()
332 LV.merge(getLVForType(*Arg.getAsType(), computation)); in getLVForTemplateArgumentList()
776 LinkageInfo TypeLV = getLVForType(*Var->getType(), computation); in getLVForNamespaceScopeDecl()
1029 LinkageInfo typeLV = getLVForType(*VD->getType(), computation); in getLVForClassMember()
1528 LinkageInfo LV = getLVForType(*TPO->getType(), computation); in computeLVForDecl()
H A DAPValue.cpp1176 if (MergeLV(getLVForType(*TI.getType(), computation))) in getLVForValue()