Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1026 if (D->isLocalExternDecl()) in VisitVarDecl()
1961 if (D->isLocalExternDecl()) { in VisitFunctionDecl()
2004 if (D->isLocalExternDecl()) in VisitFunctionDecl()
2008 if (!isFriend && D->isOutOfLine() && !D->isLocalExternDecl()) { in VisitFunctionDecl()
2078 D->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in VisitFunctionDecl()
2080 D->isLocalExternDecl() ? Sema::ForExternalRedeclaration in VisitFunctionDecl()
2194 (Function->isLocalExternDecl() && !Function->getPreviousDecl())) in VisitFunctionDecl()
4993 if (OldVar->isLocalExternDecl()) { in BuildVariableInstantiation()
5019 NewVar->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in BuildVariableInstantiation()
5021 NewVar->isLocalExternDecl() ? Sema::ForExternalRedeclaration in BuildVariableInstantiation()
[all …]
H A DSemaAccess.cpp1488 if (D->isLocalExternDecl()) { in HandleDelayedAccessCheck()
H A DSemaDeclCXX.cpp456 DeclContext *ScopeDC = New->isLocalExternDecl() in MergeCXXFunctionDecl()
465 PrevForDefaultArgs = New->isLocalExternDecl() in MergeCXXFunctionDecl()
480 if (PrevForDefaultArgs->isLocalExternDecl() != New->isLocalExternDecl()) { in MergeCXXFunctionDecl()
12037 else if (!CurContext->isFunctionOrMethod() && D->isLocalExternDecl() && in BuildUsingDeclaration()
H A DSemaDecl.cpp6573 !NewDecl->isLocalExternDecl() && !IsQualifiedFriend) { in checkDLLAttributeRedeclaration()
10090 (NewD->isLocalExternDecl() || NewD->getFriendObjectKind())) in canFullyTypeCheckRedeclaration()
10095 if (OldT->isDependentType() && OldD->isLocalExternDecl()) in canFullyTypeCheckRedeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1440 if ((D->isLocalExternDecl() || D->getFriendObjectKind()) && in shouldBeHidden()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h1092 bool isLocalExternDecl() { in isLocalExternDecl() function