Searched refs:getLVForType (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
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);
1017 LinkageInfo typeLV = getLVForType(*VD->getType(), computation);
H A DLinkage.h137 LinkageInfo getLVForType(const Type &T, LVComputationKind computation);

Completed in 129 milliseconds