Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DLinkage.h76 inline Linkage getFormalLinkage(Linkage L) { in getFormalLinkage() function
85 return getFormalLinkage(L) == ExternalLinkage; in isExternalFormalLinkage()
/external/clang/include/clang/AST/
DDecl.h271 Linkage getFormalLinkage() const { in getFormalLinkage() function
272 return clang::getFormalLinkage(getLinkageInternal()); in getFormalLinkage()
/external/clang/tools/libclang/
DIndexingContext.cpp212 switch (ND->getFormalLinkage()) { in isFunctionLocalDecl()
/external/clang/lib/AST/
DItaniumMangle.cpp449 if (DC->isTranslationUnit() && D->getFormalLinkage() != InternalLinkage && in shouldMangleCXXName()
938 if (ND && ND->getFormalLinkage() == InternalLinkage && in mangleUnqualifiedName()
DMicrosoftMangle.cpp367 if (DC->isTranslationUnit() && D->getFormalLinkage() == InternalLinkage && in shouldMangleCXXName()
DDecl.cpp1599 return getFormalLinkage() != NoLinkage; in hasLinkage()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2186 if (!D->getIdentifier() || D->getFormalLinkage() != InternalLinkage) in MaybeHandleStaticInExternC()
/external/clang/lib/Sema/
DSemaDecl.cpp3562 (New->getFormalLinkage() == InternalLinkage || in MergeVarDecl()
9283 (VDecl->getFormalLinkage() == InternalLinkage || in AddInitializerToDecl()
10750 (Definition->getFormalLinkage() == InternalLinkage || in CheckForFunctionRedefinition()
DSemaTemplate.cpp4604 if (Entity->getFormalLinkage() == InternalLinkage) { in CheckTemplateArgumentAddressOfObjectOrFunction()
DSemaExpr.cpp276 if (D->getFormalLinkage() != InternalLinkage) in diagnoseUseOfInternalDeclInInlineFunction()