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

/external/clang/lib/AST/
H A DDecl.cpp284 /// getLVForDecl - Get the linkage and visibility for the given declaration.
285 static LinkageInfo getLVForDecl(const NamedDecl *D,
322 LV.merge(getLVForDecl(ND, computation));
334 LV.merge(getLVForDecl(Template, computation));
591 return getLVForDecl(PrevVar, computation);
788 LinkageInfo EnumLV = getLVForDecl(cast<NamedDecl>(D->getDeclContext()),
868 getLVForDecl(cast<RecordDecl>(D->getDeclContext()), classComputation);
1000 return getLVForDecl(this, LVForLinkageOnly).getLinkage();
1006 return getLVForDecl(this, computation);
1092 return getLVForDecl(cas
1285 static LinkageInfo getLVForDecl(const NamedDecl *D, function in class:clang::LinkageComputer
1325 static LinkageInfo getLVForDecl(const NamedDecl *D, function
[all...]

Completed in 428 milliseconds