Home
last modified time | relevance | path

Searched refs:isLocalExternDecl (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1664 if (D->isLocalExternDecl()) in VisitVarDecl()
2712 if (D->isLocalExternDecl()) { in VisitFunctionDecl()
2758 if (D->isLocalExternDecl()) in VisitFunctionDecl()
2762 if (!isFriend && D->isOutOfLine() && !D->isLocalExternDecl()) { in VisitFunctionDecl()
2766 else if (D->isLocalExternDecl()) { in VisitFunctionDecl()
2847 D->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in VisitFunctionDecl()
2849 D->isLocalExternDecl() ? RedeclarationKind::ForExternalRedeclaration in VisitFunctionDecl()
2937 if (Function->isLocalExternDecl()) { in VisitFunctionDecl()
3000 (Function->isLocalExternDecl() && !Function->getPreviousDecl())) in VisitFunctionDecl()
5992 if (OldVar->isLocalExternDecl()) { in BuildVariableInstantiation()
[all …]
H A DSemaAccess.cpp1516 if (D->isLocalExternDecl()) { in HandleDelayedAccessCheck()
H A DSemaDeclCXX.cpp459 DeclContext *ScopeDC = New->isLocalExternDecl() in MergeCXXFunctionDecl()
468 PrevForDefaultArgs = New->isLocalExternDecl() in MergeCXXFunctionDecl()
483 if (PrevForDefaultArgs->isLocalExternDecl() != New->isLocalExternDecl()) { in MergeCXXFunctionDecl()
13028 else if (!CurContext->isFunctionOrMethod() && D->isLocalExternDecl() && in FilterUsingLookup()
H A DSemaTemplateInstantiate.cpp335 if ((Function->getFriendObjectKind() || Function->isLocalExternDecl()) && in HandleFunction()
H A DSemaDecl.cpp7209 !NewDecl->isLocalExternDecl() && !IsQualifiedFriend) { in checkDLLAttributeRedeclaration()
11141 (NewD->isLocalExternDecl() || NewD->getFriendObjectKind())) in canFullyTypeCheckRedeclaration()
11146 if (OldT->isDependentType() && OldD->isLocalExternDecl()) in canFullyTypeCheckRedeclaration()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp296 auto *DC = getFriendObjectKind() || isLocalExternDecl() in isTemplated()
1704 if ((D->isLocalExternDecl() || D->getFriendObjectKind()) && in shouldBeHidden()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1166 bool isLocalExternDecl() const { in isLocalExternDecl() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1199 VR->getDecl()->isStaticLocal() || VR->getDecl()->isLocalExternDecl(); in isInitializationOfVar()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td155 !S->isLocalExternDecl()}],