Searched refs:getLVForType (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DLinkage.h138 LinkageInfo getLVForType(const Type &T, LVComputationKind computation);
H A DDecl.cpp239 LinkageInfo LinkageComputer::getLVForType(const Type &T, function in class:LinkageComputer
266 LV.merge(getLVForType(*NTTP->getType(), computation));
331 LV.merge(getLVForType(*Arg.getAsType(), computation));
785 LinkageInfo TypeLV = getLVForType(*Var->getType(), computation);
1021 LinkageInfo typeLV = getLVForType(*VD->getType(), computation);

Completed in 69 milliseconds