Searched refs:hasExternalLexicalStorage (Results 1 – 7 of 7) sorted by relevance
1111 assert(hasExternalLexicalStorage() && Source && "No external storage?"); in LoadLexicalDeclsFromExternalStorage()1207 if (hasExternalLexicalStorage()) in decls_begin()1213 if (hasExternalLexicalStorage()) in decls_empty()1357 if (DC->hasExternalLexicalStorage()) in buildLookup()1503 if (!hasExternalVisibleStorage() && !hasExternalLexicalStorage() && Name) { in localUncachedLookup()
760 return DC->hasExternalLexicalStorage() || in hasNodes()771 if (DC->hasExternalLexicalStorage()) { in dumpDeclContext()
2929 if (D->hasExternalLexicalStorage() && !D->getDefinition()) in getASTRecordLayout()3085 if (D->hasExternalLexicalStorage() && !D->getDefinition()) in getObjCLayout()
3767 if (hasExternalLexicalStorage() && !LoadedFieldsFromExternalStorage) in field_begin()3789 assert(hasExternalLexicalStorage() && Source && "No external storage?"); in LoadFieldsFromExternalStorage()
2796 if (FoundRecord->hasExternalLexicalStorage() && in VisitRecordDecl()2799 if (D->hasExternalLexicalStorage()) in VisitRecordDecl()
1756 bool hasExternalLexicalStorage() const { return ExternalLexicalStorage; } in hasExternalLexicalStorage() function
2475 if (DC->hasExternalLexicalStorage() && in ReadASTBlock()