Home
last modified time | relevance | path

Searched refs:hasExternalFormalLinkage (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DASTImporter.cpp2665 if (FoundFunction->hasExternalFormalLinkage() && in VisitFunctionDecl()
2666 D->hasExternalFormalLinkage()) { in VisitFunctionDecl()
3048 if (FoundVar->hasExternalFormalLinkage() && in VisitVarDecl()
3049 D->hasExternalFormalLinkage()) { in VisitVarDecl()
DDecl.cpp1667 if (!D.hasExternalFormalLinkage()) in getLanguageLinkageTemplate()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDecl.h231 bool hasExternalFormalLinkage() const { in hasExternalFormalLinkage() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDecl.cpp2355 Old->hasExternalFormalLinkage() && in MergeFunctionDecl()
3058 Old->hasExternalFormalLinkage()) { in MergeVarDecl()