HomeSort by relevance Sort by last modified time
    Searched defs:isExternallyVisible (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
Linkage.h 68 inline bool isExternallyVisible(Linkage L) {
88 /// isExternallyVisible return. We want the minimum of both components. The
  /external/clang/include/clang/AST/
Decl.h 233 bool isExternallyVisible() const {
234 return clang::isExternallyVisible(getLinkageInternal());
    [all...]

Completed in 133 milliseconds