Home
last modified time | relevance | path

Searched refs:getFormalLinkage (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLinkage.h95 inline Linkage getFormalLinkage(Linkage L) { in getFormalLinkage() function
109 return getFormalLinkage(L) == ExternalLinkage; in isExternalFormalLinkage()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp651 if (ND->getDeclName() && ND->getFormalLinkage() == InternalLinkage) { in checkExportedDecl()
663 if (Target->getFormalLinkage() == InternalLinkage) { in checkExportedDecl()
H A DSemaTemplate.cpp6566 if (Entity->getFormalLinkage() == InternalLinkage) { in CheckTemplateArgumentAddressOfObjectOrFunction()
9451 D->getFormalLinkage() == InternalLinkage) { in CheckExplicitInstantiation()
H A DSemaDecl.cpp4328 (New->getFormalLinkage() == InternalLinkage || in checkVarDeclRedefinition()
14062 (Definition->getFormalLinkage() == InternalLinkage || in CheckForFunctionRedefinition()
H A DSemaExpr.cpp163 if (D->getFormalLinkage() != InternalLinkage) in diagnoseUseOfInternalDeclInInlineFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexSymbol.cpp68 switch (ND->getFormalLinkage()) { in isFunctionLocalSymbol()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h372 Linkage getFormalLinkage() const { in getFormalLinkage() function
373 return clang::getFormalLinkage(getLinkageInternal()); in getFormalLinkage()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp427 switch (ND->getFormalLinkage()) { in isFunctionLocalDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp629 if (ND && ND->getFormalLinkage() == InternalLinkage && in isInternalLinkageDecl()
708 if (DC->isTranslationUnit() && D->getFormalLinkage() != InternalLinkage && in shouldMangleCXXName()
H A DMicrosoftMangle.cpp522 if (DC->isTranslationUnit() && D->getFormalLinkage() == InternalLinkage && in shouldMangleCXXName()
H A DDecl.cpp1811 return getFormalLinkage() != NoLinkage; in hasLinkage()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp4209 if (!D->getIdentifier() || D->getFormalLinkage() != InternalLinkage) in MaybeHandleStaticInExternC()