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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DLinkage.h148 LinkageInfo getLVForDecl(const NamedDecl *D, LVComputationKind computation);
H A DDecl.cpp337 LV.merge(getLVForDecl(ND, computation));
349 LV.merge(getLVForDecl(Template, computation));
661 return getLVForDecl(PrevVar, computation);
863 LinkageInfo EnumLV = getLVForDecl(cast<NamedDecl>(D->getDeclContext()),
961 getLVForDecl(cast<RecordDecl>(D->getDeclContext()), classComputation);
1098 .getLVForDecl(this, LVComputationKind::forLinkageOnly())
1214 : getLVForDecl(Owner, computation);
1263 LinkageInfo PrevLV = getLVForDecl(Prev, computation);
1300 LV = getLVForDecl(FD, computation);
1308 LV = getLVForDecl(M
1433 LinkageInfo LinkageComputer::getLVForDecl(const NamedDecl *D, function in class:LinkageComputer
[all...]

Completed in 110 milliseconds