Searched refs:getFormalLinkage (Results 1 - 9 of 9) sorted by relevance

/external/clang/include/clang/Basic/
H A DLinkage.h72 inline Linkage getFormalLinkage(Linkage L) { function in namespace:clang
81 return getFormalLinkage(L) == ExternalLinkage;
87 /// a boolean for external visibility. This is just what getFormalLinkage and
/external/clang/include/clang/AST/
H A DDecl.h224 Linkage getFormalLinkage() const { function in class:clang::NamedDecl
225 return clang::getFormalLinkage(getLinkageInternal());
/external/clang/tools/libclang/
H A DIndexingContext.cpp212 switch (ND->getFormalLinkage()) {
/external/clang/lib/AST/
H A DItaniumMangle.cpp431 if (DC->isTranslationUnit() && D->getFormalLinkage() != InternalLinkage &&
1082 if (ND && ND->getFormalLinkage() == InternalLinkage &&
H A DMicrosoftMangle.cpp331 if (DC->isTranslationUnit() && D->getFormalLinkage() == InternalLinkage &&
H A DDecl.cpp1495 return getFormalLinkage() != NoLinkage;
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1801 if (!D->getIdentifier() || D->getFormalLinkage() != InternalLinkage)
/external/clang/lib/Sema/
H A DSemaTemplate.cpp4507 if (Entity->getFormalLinkage() == InternalLinkage) {
H A DSemaExpr.cpp214 if (D->getFormalLinkage() != InternalLinkage)

Completed in 2620 milliseconds