Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1164 if (D->isLocalExternDecl()) in VisitVarDecl()
2131 if (D->isLocalExternDecl()) { in VisitFunctionDecl()
2175 if (D->isLocalExternDecl()) in VisitFunctionDecl()
2179 if (!isFriend && D->isOutOfLine() && !D->isLocalExternDecl()) { in VisitFunctionDecl()
2183 else if (D->isLocalExternDecl()) { in VisitFunctionDecl()
2257 D->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in VisitFunctionDecl()
2259 D->isLocalExternDecl() ? Sema::ForExternalRedeclaration in VisitFunctionDecl()
2347 if (Function->isLocalExternDecl()) { in VisitFunctionDecl()
5318 if (OldVar->isLocalExternDecl()) { in BuildVariableInstantiation()
5345 NewVar->isLocalExternDecl() ? Sema::ForExternalRedeclaration in BuildVariableInstantiation()
[all …]
H A DSemaAccess.cpp1499 if (D->isLocalExternDecl()) { in HandleDelayedAccessCheck()
H A DSemaDeclCXX.cpp476 DeclContext *ScopeDC = New->isLocalExternDecl() in MergeCXXFunctionDecl()
485 PrevForDefaultArgs = New->isLocalExternDecl() in MergeCXXFunctionDecl()
500 if (PrevForDefaultArgs->isLocalExternDecl() != New->isLocalExternDecl()) { in MergeCXXFunctionDecl()
12820 else if (!CurContext->isFunctionOrMethod() && D->isLocalExternDecl() && in FilterUsingLookup()
H A DSemaTemplateInstantiate.cpp221 if ((Function->getFriendObjectKind() || Function->isLocalExternDecl()) && in HandleFunction()
H A DSemaDecl.cpp7237 !NewDecl->isLocalExternDecl() && !IsQualifiedFriend) { in checkDLLAttributeRedeclaration()
11035 (NewD->isLocalExternDecl() || NewD->getFriendObjectKind())) in canFullyTypeCheckRedeclaration()
11040 if (OldT->isDependentType() && OldD->isLocalExternDecl()) in canFullyTypeCheckRedeclaration()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp268 auto *DC = getFriendObjectKind() || isLocalExternDecl() in isTemplated()
1593 if ((D->isLocalExternDecl() || D->getFriendObjectKind()) && in shouldBeHidden()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1169 bool isLocalExternDecl() const { in isLocalExternDecl() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td143 !S->isLocalExternDecl()}],