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

/external/clang/include/clang/Basic/
H A DLinkage.h69 inline bool isExternallyVisible(Linkage L) { function in namespace:clang
89 /// isExternallyVisible return. We want the minimum of both components. The
/external/clang/include/clang/AST/
H A DDecl.h235 bool isExternallyVisible() const { function in class:clang::NamedDecl
236 return clang::isExternallyVisible(getLinkageInternal());

Completed in 105 milliseconds