HomeSort by: relevance | last modified time | path
    Searched defs:getFormalLinkage (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Linkage.h 95 inline Linkage getFormalLinkage(Linkage L) {
109 return getFormalLinkage(L) == ExternalLinkage;
115 /// a boolean for external visibility. This is just what getFormalLinkage and
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h 372 Linkage getFormalLinkage() const {
373 return clang::getFormalLinkage(getLinkageInternal());

Completed in 46 milliseconds