Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1116 if (D->isLocalExternDecl()) in VisitVarDecl()
2083 if (D->isLocalExternDecl()) { in VisitFunctionDecl()
2126 if (D->isLocalExternDecl()) in VisitFunctionDecl()
2130 if (!isFriend && D->isOutOfLine() && !D->isLocalExternDecl()) { in VisitFunctionDecl()
2205 D->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in VisitFunctionDecl()
2207 D->isLocalExternDecl() ? Sema::ForExternalRedeclaration in VisitFunctionDecl()
2322 (Function->isLocalExternDecl() && !Function->getPreviousDecl())) in VisitFunctionDecl()
5205 if (OldVar->isLocalExternDecl()) { in BuildVariableInstantiation()
5232 NewVar->isLocalExternDecl() ? Sema::ForExternalRedeclaration in BuildVariableInstantiation()
5235 if (NewVar->isLocalExternDecl() && OldVar->getPreviousDecl() && in BuildVariableInstantiation()
[all …]
H A DSemaAccess.cpp1489 if (D->isLocalExternDecl()) { in HandleDelayedAccessCheck()
H A DSemaDeclCXX.cpp455 DeclContext *ScopeDC = New->isLocalExternDecl() in MergeCXXFunctionDecl()
464 PrevForDefaultArgs = New->isLocalExternDecl() in MergeCXXFunctionDecl()
479 if (PrevForDefaultArgs->isLocalExternDecl() != New->isLocalExternDecl()) { in MergeCXXFunctionDecl()
12273 else if (!CurContext->isFunctionOrMethod() && D->isLocalExternDecl() && in FilterUsingLookup()
H A DSemaDecl.cpp7014 !NewDecl->isLocalExternDecl() && !IsQualifiedFriend) { in checkDLLAttributeRedeclaration()
10596 (NewD->isLocalExternDecl() || NewD->getFriendObjectKind())) in canFullyTypeCheckRedeclaration()
10601 if (OldT->isDependentType() && OldD->isLocalExternDecl()) in canFullyTypeCheckRedeclaration()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h1123 bool isLocalExternDecl() { in isLocalExternDecl() function
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp1472 if ((D->isLocalExternDecl() || D->getFriendObjectKind()) && in shouldBeHidden()