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

  /external/clang/include/clang/Basic/
Linkage.h 72 inline Linkage getFormalLinkage(Linkage L) {
81 return getFormalLinkage(L) == ExternalLinkage;
87 /// a boolean for external visibility. This is just what getFormalLinkage and
  /external/clang/include/clang/AST/
Decl.h 224 Linkage getFormalLinkage() const {
225 return clang::getFormalLinkage(getLinkageInternal());
    [all...]

Completed in 198 milliseconds