Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1062 if (D->isLocalExternDecl()) in VisitVarDecl()
2023 if (D->isLocalExternDecl()) { in VisitFunctionDecl()
2066 if (D->isLocalExternDecl()) in VisitFunctionDecl()
2070 if (!isFriend && D->isOutOfLine() && !D->isLocalExternDecl()) { in VisitFunctionDecl()
2140 D->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in VisitFunctionDecl()
2142 D->isLocalExternDecl() ? Sema::ForExternalRedeclaration in VisitFunctionDecl()
2256 (Function->isLocalExternDecl() && !Function->getPreviousDecl())) in VisitFunctionDecl()
5186 if (OldVar->isLocalExternDecl()) { in BuildVariableInstantiation()
5213 NewVar->isLocalExternDecl() ? Sema::ForExternalRedeclaration in BuildVariableInstantiation()
5216 if (NewVar->isLocalExternDecl() && OldVar->getPreviousDecl() && in BuildVariableInstantiation()
[all …]
H A DSemaAccess.cpp1489 if (D->isLocalExternDecl()) { in HandleDelayedAccessCheck()
H A DSemaDeclCXX.cpp454 DeclContext *ScopeDC = New->isLocalExternDecl() in MergeCXXFunctionDecl()
463 PrevForDefaultArgs = New->isLocalExternDecl() in MergeCXXFunctionDecl()
478 if (PrevForDefaultArgs->isLocalExternDecl() != New->isLocalExternDecl()) { in MergeCXXFunctionDecl()
12073 else if (!CurContext->isFunctionOrMethod() && D->isLocalExternDecl() && in FilterUsingLookup()
H A DSemaDecl.cpp6640 !NewDecl->isLocalExternDecl() && !IsQualifiedFriend) { in checkDLLAttributeRedeclaration()
10149 (NewD->isLocalExternDecl() || NewD->getFriendObjectKind())) in canFullyTypeCheckRedeclaration()
10154 if (OldT->isDependentType() && OldD->isLocalExternDecl()) in canFullyTypeCheckRedeclaration()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1092 bool isLocalExternDecl() { in isLocalExternDecl() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1449 if ((D->isLocalExternDecl() || D->getFriendObjectKind()) && in shouldBeHidden()