Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h421 Linkage getLinkageInternal() const;
429 return isExternalFormalLinkage(getLinkageInternal()); in hasExternalFormalLinkage()
433 return clang::isExternallyVisible(getLinkageInternal()); in isExternallyVisible()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp872 FunctionDeclBits.addBits(llvm::to_underlying(D->getLinkageInternal()), 3); in VisitFunctionDecl()
1285 VarDeclBits.addBits(llvm::to_underlying(D->getLinkageInternal()), in VisitVarDecl()
H A DASTWriter.cpp4300 return D->getLinkageInternal() == Linkage::Internal; in isTULocalInNamedModules()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp1182 Linkage NamedDecl::getLinkageInternal() const { in getLinkageInternal() function in NamedDecl
1207 Linkage InternalLinkage = getLinkageInternal(); in getFormalLinkage()
H A DType.cpp4728 Linkage L = Tag->getLinkageInternal(); in computeCachedProperties()
4778 Linkage L = cast<ObjCInterfaceType>(T)->getDecl()->getLinkageInternal(); in computeCachedProperties()
H A DASTImporter.cpp1254 if (Found->getLinkageInternal() != From->getLinkageInternal()) in hasSameVisibilityContextAndLinkage()
1271 if (Found->getLinkageInternal() != From->getLinkageInternal()) in hasSameVisibilityContextAndLinkage()
H A DASTContext.cpp7605 return FuncX->getLinkageInternal() == FuncY->getLinkageInternal() && in isSameEntity()
7612 if (VarX->getLinkageInternal() == VarY->getLinkageInternal()) { in isSameEntity()