Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h397 Linkage getLinkageInternal() const;
405 return isExternalFormalLinkage(getLinkageInternal()); in hasExternalFormalLinkage()
409 return clang::isExternallyVisible(getLinkageInternal()); in isExternallyVisible()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp681 FunctionDeclBits.addBits(llvm::to_underlying(D->getLinkageInternal()), 3); in VisitFunctionDecl()
1073 VarDeclBits.addBits(llvm::to_underlying(D->getLinkageInternal()), in VisitVarDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4285 Linkage L = Tag->getLinkageInternal(); in computeCachedProperties()
4328 Linkage L = cast<ObjCInterfaceType>(T)->getDecl()->getLinkageInternal(); in computeCachedProperties()
H A DDecl.cpp1169 Linkage NamedDecl::getLinkageInternal() const { in getLinkageInternal() function in NamedDecl
1201 Linkage InternalLinkage = getLinkageInternal(); in getFormalLinkage()
H A DASTContext.cpp6614 return FuncX->getLinkageInternal() == FuncY->getLinkageInternal() && in isSameEntity()
6621 if (VarX->getLinkageInternal() == VarY->getLinkageInternal()) { in isSameEntity()
H A DASTImporter.cpp1028 if (Found->getLinkageInternal() != From->getLinkageInternal()) in hasSameVisibilityContextAndLinkage()
1045 if (Found->getLinkageInternal() != From->getLinkageInternal()) in hasSameVisibilityContextAndLinkage()