Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h224 Linkage getLinkageInternal() const;
229 return clang::getFormalLinkage(getLinkageInternal()); in getFormalLinkage()
234 return isExternalFormalLinkage(getLinkageInternal()); in hasExternalFormalLinkage()
238 return clang::isExternallyVisible(getLinkageInternal()); in isExternallyVisible()
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp2192 Linkage L = Tag->getLinkageInternal(); in computeCachedProperties()
2233 Linkage L = cast<ObjCInterfaceType>(T)->getDecl()->getLinkageInternal(); in computeCachedProperties()
H A DDecl.cpp1021 Linkage NamedDecl::getLinkageInternal() const { in getLinkageInternal() function in NamedDecl
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2457 return (FuncX->getLinkageInternal() == FuncY->getLinkageInternal()) && in isSameEntity()
2464 return (VarX->getLinkageInternal() == VarY->getLinkageInternal()) && in isSameEntity()
H A DASTWriterDecl.cpp388 Record.push_back(D->getLinkageInternal()); in VisitFunctionDecl()
742 Record.push_back(D->getLinkageInternal()); in VisitVarDecl()
/minix/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6193 switch (ND->getLinkageInternal()) { in clang_getCursorLinkage()