Home
last modified time | relevance | path

Searched refs:getLinkageInternal (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h222 Linkage getLinkageInternal() const;
227 return clang::getFormalLinkage(getLinkageInternal()); in getFormalLinkage()
232 return isExternalFormalLinkage(getLinkageInternal()); in hasExternalFormalLinkage()
236 return clang::isExternallyVisible(getLinkageInternal()); in isExternallyVisible()
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp2116 return (FuncX->getLinkageInternal() == FuncY->getLinkageInternal()) && in isSameEntity()
2123 return (VarX->getLinkageInternal() == VarY->getLinkageInternal()) && in isSameEntity()
HDASTWriterDecl.cpp348 Record.push_back(D->getLinkageInternal()); in VisitFunctionDecl()
711 Record.push_back(D->getLinkageInternal()); in VisitVarDecl()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDType.cpp2171 Linkage L = Tag->getLinkageInternal(); in computeCachedProperties()
2213 Linkage L = cast<ObjCInterfaceType>(T)->getDecl()->getLinkageInternal(); in computeCachedProperties()
HDDecl.cpp940 Linkage NamedDecl::getLinkageInternal() const { in getLinkageInternal() function in NamedDecl