Searched refs:hasExternalLexicalStorage (Results 1 – 14 of 14) sorted by relevance
28 has_external_lexical_storage = decl_ctx->hasExternalLexicalStorage(); in ASTDumper()45 bool has_external_lexical_storage = decl_ctx->hasExternalLexicalStorage(); in ASTDumper()
218 lldbassert(!llvm::cast<DeclContext>(decl)->hasExternalLexicalStorage()); in ImportAndCheckCompletable()
224 assert(Tag->hasExternalLexicalStorage()); in CompleteType()228 if (SourceTag->hasExternalLexicalStorage()) in CompleteType()241 assert(Interface->hasExternalLexicalStorage()); in CompleteType()247 if (SourceInterface->hasExternalLexicalStorage()) in CompleteType()260 assert(Interface->hasExternalLexicalStorage() || in CanComplete()
1277 assert(hasExternalLexicalStorage() && Source && "No external storage?"); in LoadLexicalDeclsFromExternalStorage()1372 if (hasExternalLexicalStorage()) in decls_begin()1378 if (hasExternalLexicalStorage()) in decls_empty()1390 if (hasExternalLexicalStorage()) in containsDeclAndLoad()1543 if (DC->hasExternalLexicalStorage()) { in buildLookup()1698 if (!hasExternalVisibleStorage() && !hasExternalLexicalStorage() && Name) { in localUncachedLookup()
1032 if (D1->hasExternalLexicalStorage() || D2->hasExternalLexicalStorage()) in IsStructurallyEquivalent()1042 if (D1CXX->hasExternalLexicalStorage() && in IsStructurallyEquivalent()
366 if (DC->hasExternalLexicalStorage()) { in dumpDeclContext()520 (DC->hasExternalLexicalStorage() || in dumpDecl()
2972 if (D->hasExternalLexicalStorage() && !D->getDefinition()) in getASTRecordLayout()3165 if (D->hasExternalLexicalStorage() && !D->getDefinition()) in getObjCLayout()
4146 if (hasExternalLexicalStorage() && !hasLoadedFieldsFromExternalStorage()) in field_begin()4168 assert(hasExternalLexicalStorage() && Source && "No external storage?"); in LoadFieldsFromExternalStorage()
2600 if (D->hasExternalLexicalStorage() && !D->isCompleteDefinition()) in VisitRecordDecl()
1058 (to_tag_decl->hasExternalLexicalStorage() ? " Lexical" : ""), in Imported()1086 (to_interface_decl->hasExternalLexicalStorage() ? " Lexical" : ""), in Imported()1093 (to_container_decl->hasExternalLexicalStorage() ? " Lexical" : ""), in Imported()
2542 if (!tag_decl->hasExternalLexicalStorage()) in GetCompleteDecl()2553 if (!objc_interface_decl->hasExternalLexicalStorage()) in GetCompleteDecl()2699 if (cxx_record_decl->hasExternalLexicalStorage()) { in GetCompleteQualType()2739 if (tag_decl->hasExternalLexicalStorage()) { in GetCompleteQualType()2770 if (class_interface_decl->hasExternalLexicalStorage()) { in GetCompleteQualType()8728 return cxx_record_decl->hasExternalLexicalStorage() || in GetHasExternalStorage()8736 return enum_decl->hasExternalLexicalStorage() || in GetHasExternalStorage()8750 return class_interface_decl->hasExternalLexicalStorage() || in GetHasExternalStorage()
2312 bool hasExternalLexicalStorage() const { in hasExternalLexicalStorage() function
7828 if (Tag && Tag->hasExternalLexicalStorage()) in RequireCompleteTypeImpl()7830 if (IFace && IFace->hasExternalLexicalStorage()) in RequireCompleteTypeImpl()
2698 if (DC->hasExternalLexicalStorage() && !Ctx->getLangOpts().CPlusPlus) in ReadASTBlock()