Searched refs:hasExternalLexicalStorage (Results 1 – 12 of 12) sorted by relevance
27 has_external_lexical_storage = decl_ctx->hasExternalLexicalStorage(); in ASTDumper()46 bool has_external_lexical_storage = decl_ctx->hasExternalLexicalStorage(); in ASTDumper()
1027 assert(hasExternalLexicalStorage() && Source && "No external storage?"); in LoadLexicalDeclsFromExternalStorage()1130 if (hasExternalLexicalStorage()) in decls_begin()1136 if (hasExternalLexicalStorage()) in decls_empty()1277 if (DC->hasExternalLexicalStorage()) in buildLookup()1423 if (!hasExternalVisibleStorage() && !hasExternalLexicalStorage() && Name) { in localUncachedLookup()
721 return DC->hasExternalLexicalStorage() || in hasNodes()732 if (DC->hasExternalLexicalStorage()) { in dumpDeclContext()
2871 if (D->hasExternalLexicalStorage() && !D->getDefinition()) in getASTRecordLayout()3022 if (D->hasExternalLexicalStorage() && !D->getDefinition()) in getObjCLayout()
3615 if (hasExternalLexicalStorage() && !LoadedFieldsFromExternalStorage) in field_begin()3641 assert(hasExternalLexicalStorage() && Source && "No external storage?"); in LoadFieldsFromExternalStorage()
2553 if (FoundRecord->hasExternalLexicalStorage() && in VisitRecordDecl()2556 if (D->hasExternalLexicalStorage()) in VisitRecordDecl()
686 (to_tag_decl->hasExternalLexicalStorage() ? " Lexical" : ""), in Imported()712 (to_interface_decl->hasExternalLexicalStorage() ? " Lexical" : ""), in Imported()
2164 if (!tag_decl->hasExternalLexicalStorage()) in GetCompleteDecl()2176 if (!objc_interface_decl->hasExternalLexicalStorage()) in GetCompleteDecl()
87 if (tag_decl->hasExternalLexicalStorage()) in GetCompleteQualType()123 if (class_interface_decl->hasExternalLexicalStorage()) in GetCompleteQualType()
1694 bool hasExternalLexicalStorage() const { return ExternalLexicalStorage; } in hasExternalLexicalStorage() function
2046 if (DC->hasExternalLexicalStorage()) in WriteDecl()
2618 if (DC->hasExternalLexicalStorage() && in ReadASTBlock()