Searched refs:computeLVForDecl (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | Linkage.h | 146 LinkageInfo computeLVForDecl(const NamedDecl *D,
|
D | Decl.cpp | 1076 .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/ |
D | Decl.cpp | 1006 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()
|