Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp716 FunctionDeclBits.addBits(llvm::to_underlying(D->getLinkageInternal()), 3); in VisitFunctionDecl()
1111 VarDeclBits.addBits(llvm::to_underlying(D->getLinkageInternal()), in VisitVarDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4514 Linkage L = Tag->getLinkageInternal(); in computeCachedProperties()
4558 Linkage L = cast<ObjCInterfaceType>(T)->getDecl()->getLinkageInternal(); in computeCachedProperties()
H A DDecl.cpp1176 Linkage NamedDecl::getLinkageInternal() const { in getLinkageInternal() function in NamedDecl
1201 Linkage InternalLinkage = getLinkageInternal(); in getFormalLinkage()
H A DASTImporter.cpp1029 if (Found->getLinkageInternal() != From->getLinkageInternal()) in hasSameVisibilityContextAndLinkage()
1046 if (Found->getLinkageInternal() != From->getLinkageInternal()) in hasSameVisibilityContextAndLinkage()
H A DASTContext.cpp7063 return FuncX->getLinkageInternal() == FuncY->getLinkageInternal() && in isSameEntity()
7070 if (VarX->getLinkageInternal() == VarY->getLinkageInternal()) { in isSameEntity()