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()
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()
1000 assert(hasExternalLexicalStorage() && Source && "No external storage?"); in LoadLexicalDeclsFromExternalStorage()1102 if (hasExternalLexicalStorage()) in decls_begin()1108 if (hasExternalLexicalStorage()) in decls_empty()1389 if (!hasExternalVisibleStorage() && !hasExternalLexicalStorage() && Name) { in localUncachedLookup()
550 return DC->hasExternalLexicalStorage() || in hasNodes()562 if (DC->hasExternalLexicalStorage()) { in dumpDeclContext()
2780 if (D->hasExternalLexicalStorage() && !D->getDefinition()) in getASTRecordLayout()2931 if (D->hasExternalLexicalStorage() && !D->getDefinition()) in getObjCLayout()
3525 if (hasExternalLexicalStorage() && !LoadedFieldsFromExternalStorage) in field_begin()3551 assert(hasExternalLexicalStorage() && Source && "No external storage?"); in LoadFieldsFromExternalStorage()
2530 if (FoundRecord->hasExternalLexicalStorage() && in VisitRecordDecl()2533 if (D->hasExternalLexicalStorage()) in VisitRecordDecl()
1613 bool hasExternalLexicalStorage() const { return ExternalLexicalStorage; } in hasExternalLexicalStorage() function
1869 if (DC->hasExternalLexicalStorage()) in WriteDecl()
2519 if (DC->hasExternalLexicalStorage() && in ReadASTBlock()