Home
last modified time | relevance | path

Searched refs:computeLVForDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DLinkage.h144 LinkageInfo computeLVForDecl(const NamedDecl *D,
H A DDecl.cpp1044 .computeLVForDecl(this, LVComputationKind::forLinkageOnly()) in isLinkageValid()
1181 ? computeLVForDecl(Owner, computation, /*IgnoreVarTypeLinkage*/true) in getLVForClosure()
1306 LinkageInfo LinkageComputer::computeLVForDecl(const NamedDecl *D, in computeLVForDecl() function in LinkageComputer
1440 LinkageInfo LV = computeLVForDecl(D, computation); in getLVForDecl()