Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp92 switch (DD->getLinkageInternal()) { in addIfInMain()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h368 Linkage getLinkageInternal() const;
373 return clang::getFormalLinkage(getLinkageInternal()); in getFormalLinkage()
378 return isExternalFormalLinkage(getLinkageInternal()); in hasExternalFormalLinkage()
382 return clang::isExternallyVisible(getLinkageInternal()); in isExternallyVisible()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp3164 return FuncX->getLinkageInternal() == FuncY->getLinkageInternal() && in isSameEntity()
3171 if (VarX->getLinkageInternal() == VarY->getLinkageInternal()) { in isSameEntity()
H A DASTWriterDecl.cpp564 Record.push_back(D->getLinkageInternal()); in VisitFunctionDecl()
1007 Record.push_back(D->getLinkageInternal()); in VisitVarDecl()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp3854 Linkage L = Tag->getLinkageInternal(); in computeCachedProperties()
3897 Linkage L = cast<ObjCInterfaceType>(T)->getDecl()->getLinkageInternal(); in computeCachedProperties()
H A DASTImporter.cpp978 if (Found->getLinkageInternal() != From->getLinkageInternal()) in hasSameVisibilityContextAndLinkage()
995 if (Found->getLinkageInternal() != From->getLinkageInternal()) in hasSameVisibilityContextAndLinkage()
H A DDecl.cpp1117 Linkage NamedDecl::getLinkageInternal() const { in getLinkageInternal() function in NamedDecl
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp7848 switch (ND->getLinkageInternal()) { in clang_getCursorLinkage()