Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DLinkage.h146 LinkageInfo computeLVForDecl(const NamedDecl *D,
DDecl.cpp1076 .computeLVForDecl(this, LVComputationKind::forLinkageOnly()) in isLinkageValid()
1213 ? computeLVForDecl(Owner, computation, /*IgnoreVarTypeLinkage*/true) in getLVForClosure()
1326 LinkageInfo LinkageComputer::computeLVForDecl(const NamedDecl *D, in computeLVForDecl() function in LinkageComputer
1455 LinkageInfo LV = computeLVForDecl(D, computation); in getLVForDecl()
/external/clang/lib/AST/
DDecl.cpp1006 static LinkageInfo computeLVForDecl(const NamedDecl *D,
1013 return computeLVForDecl(this, LVForLinkageOnly).getLinkage() == in isLinkageValid()
1227 static LinkageInfo computeLVForDecl(const NamedDecl *D, in computeLVForDecl() function
1358 LinkageInfo LV = computeLVForDecl(D, computation); in getLVForDecl()