Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp623 if (D->isLocalExternDecl()) in VisitVarDecl()
1530 if (D->isLocalExternDecl()) { in VisitFunctionDecl()
1557 if (D->isLocalExternDecl()) in VisitFunctionDecl()
1561 if (!isFriend && D->isOutOfLine() && !D->isLocalExternDecl()) { in VisitFunctionDecl()
1628 D->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in VisitFunctionDecl()
1745 if (Function->isLocalExternDecl() && !Function->getPreviousDecl()) in VisitFunctionDecl()
3796 if (OldVar->isLocalExternDecl()) { in BuildVariableInstantiation()
3820 NewVar->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in BuildVariableInstantiation()
3824 if (NewVar->isLocalExternDecl() && OldVar->getPreviousDecl() && in BuildVariableInstantiation()
3839 if (!NewVar->isLocalExternDecl() || !NewVar->getPreviousDecl()) in BuildVariableInstantiation()
DSemaAccess.cpp1475 if (D->isLocalExternDecl()) { in HandleDelayedAccessCheck()
DSemaDeclCXX.cpp442 DeclContext *ScopeDC = New->isLocalExternDecl() in MergeCXXFunctionDecl()
451 PrevForDefaultArgs = New->isLocalExternDecl() in MergeCXXFunctionDecl()
466 if (PrevForDefaultArgs->isLocalExternDecl() != New->isLocalExternDecl()) { in MergeCXXFunctionDecl()
8277 else if (!CurContext->isFunctionOrMethod() && D->isLocalExternDecl() && in BuildUsingDeclaration()
DSemaDecl.cpp2939 New->isLocalExternDecl())) { in MergeFunctionDecl()
3107 New->isLocalExternDecl()) { in MergeFunctionDecl()
5139 bool AddToContext = !D.isRedeclaration() || !New->isLocalExternDecl(); in HandleDeclarator()
5675 !NewDecl->isLocalExternDecl() && !IsQualifiedFriend) { in checkDLLAttributeRedeclaration()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp994 if (D->isLocalExternDecl()) in VisitVarDecl()
1959 if (D->isLocalExternDecl()) { in VisitFunctionDecl()
2002 if (D->isLocalExternDecl()) in VisitFunctionDecl()
2006 if (!isFriend && D->isOutOfLine() && !D->isLocalExternDecl()) { in VisitFunctionDecl()
2076 D->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in VisitFunctionDecl()
2078 D->isLocalExternDecl() ? Sema::ForExternalRedeclaration in VisitFunctionDecl()
2192 (Function->isLocalExternDecl() && !Function->getPreviousDecl())) in VisitFunctionDecl()
4985 if (OldVar->isLocalExternDecl()) { in BuildVariableInstantiation()
5011 NewVar->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage in BuildVariableInstantiation()
5013 NewVar->isLocalExternDecl() ? Sema::ForExternalRedeclaration in BuildVariableInstantiation()
[all …]
DSemaAccess.cpp1474 if (D->isLocalExternDecl()) { in HandleDelayedAccessCheck()
DSemaDeclCXX.cpp457 DeclContext *ScopeDC = New->isLocalExternDecl() in MergeCXXFunctionDecl()
466 PrevForDefaultArgs = New->isLocalExternDecl() in MergeCXXFunctionDecl()
481 if (PrevForDefaultArgs->isLocalExternDecl() != New->isLocalExternDecl()) { in MergeCXXFunctionDecl()
11978 else if (!CurContext->isFunctionOrMethod() && D->isLocalExternDecl() && in BuildUsingDeclaration()
DSemaDecl.cpp6553 !NewDecl->isLocalExternDecl() && !IsQualifiedFriend) { in checkDLLAttributeRedeclaration()
9998 (NewD->isLocalExternDecl() || NewD->getFriendObjectKind())) in canFullyTypeCheckRedeclaration()
10003 if (OldT->isDependentType() && OldD->isLocalExternDecl()) in canFullyTypeCheckRedeclaration()
/external/clang/include/clang/AST/
DDeclBase.h941 bool isLocalExternDecl() { in isLocalExternDecl() function
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1092 bool isLocalExternDecl() { in isLocalExternDecl() function
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp1477 if ((D->isLocalExternDecl() || D->getFriendObjectKind()) && in shouldBeHidden()