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

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

Completed in 307 milliseconds