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

/external/clang/include/clang/Basic/
H A DLinkage.h72 inline Linkage getFormalLinkage(Linkage L) { function in namespace:clang
81 return getFormalLinkage(L) == ExternalLinkage;
87 /// a boolean for external visibility. This is just what getFormalLinkage and
/external/clang/include/clang/AST/
H A DDecl.h224 Linkage getFormalLinkage() const { function in class:clang::NamedDecl
225 return clang::getFormalLinkage(getLinkageInternal());

Completed in 670 milliseconds