Searched refs:isLocalExternDecl (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp400 if (D->isLocalExternDecl())
1270 if (D->isLocalExternDecl()) {
1297 if (D->isLocalExternDecl())
1301 if (!isFriend && D->isOutOfLine() && !D->isLocalExternDecl()) {
1369 D->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage
1486 if (Function->isLocalExternDecl() && !Function->getPreviousDecl())
3568 if (OldVar->isLocalExternDecl()) {
3605 NewVar->isLocalExternDecl() ? Sema::LookupRedeclarationWithLinkage
3609 if (NewVar->isLocalExternDecl() && OldVar->getPreviousDecl() &&
3624 if (!NewVar->isLocalExternDecl() || !NewVa
[all...]
H A DSemaAccess.cpp1475 if (D->isLocalExternDecl()) {
H A DSemaDecl.cpp2591 New->isLocalExternDecl())) {
2758 New->isLocalExternDecl()) {
4569 bool AddToContext = !D.isRedeclaration() || !New->isLocalExternDecl();
H A DSemaDeclCXX.cpp7602 else if (!CurContext->isFunctionOrMethod() && D->isLocalExternDecl() &&
/external/clang/include/clang/AST/
H A DDeclBase.h880 bool isLocalExternDecl() { function in class:clang::Decl

Completed in 1017 milliseconds