reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTImporter.cpp
 2611       if (D->hasExternalLexicalStorage() && !D->isCompleteDefinition())
tools/clang/lib/AST/ASTStructuralEquivalence.cpp
 1167     if (D1->hasExternalLexicalStorage() || D2->hasExternalLexicalStorage())
 1167     if (D1->hasExternalLexicalStorage() || D2->hasExternalLexicalStorage())
 1177       if (D1CXX->hasExternalLexicalStorage() &&
tools/clang/lib/AST/Decl.cpp
 4347   if (hasExternalLexicalStorage() && !hasLoadedFieldsFromExternalStorage())
 4369   assert(hasExternalLexicalStorage() && Source && "No external storage?");
tools/clang/lib/AST/DeclBase.cpp
 1291   assert(hasExternalLexicalStorage() && Source && "No external storage?");
 1386   if (hasExternalLexicalStorage())
 1392   if (hasExternalLexicalStorage())
 1404   if (hasExternalLexicalStorage())
 1557       if (DC->hasExternalLexicalStorage()) {
 1712   if (!hasExternalVisibleStorage() && !hasExternalLexicalStorage() && Name) {
tools/clang/lib/AST/ExternalASTMerger.cpp
  309   assert(Tag->hasExternalLexicalStorage());
  313     if (SourceTag->hasExternalLexicalStorage())
  326   assert(Interface->hasExternalLexicalStorage());
  332         if (SourceInterface->hasExternalLexicalStorage())
  345   assert(Interface->hasExternalLexicalStorage() ||
tools/clang/lib/AST/RecordLayoutBuilder.cpp
 3029   if (D->hasExternalLexicalStorage() && !D->getDefinition())
 3222   if (D->hasExternalLexicalStorage() && !D->getDefinition())
tools/clang/lib/AST/TextNodeDumper.cpp
  269       if (DC && DC->hasExternalLexicalStorage()) {
tools/clang/lib/Sema/SemaType.cpp
 8054       if (Tag && Tag->hasExternalLexicalStorage())
 8056       if (IFace && IFace->hasExternalLexicalStorage())
tools/clang/lib/Serialization/ASTReader.cpp
 2953         if (DC->hasExternalLexicalStorage() && !Ctx->getLangOpts().CPlusPlus)
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTDumper.cpp
   27     has_external_lexical_storage = decl_ctx->hasExternalLexicalStorage();
   44   bool has_external_lexical_storage = decl_ctx->hasExternalLexicalStorage();
tools/lldb/source/Symbol/ClangASTContext.cpp
 2455     if (!tag_decl->hasExternalLexicalStorage())
 2466     if (!objc_interface_decl->hasExternalLexicalStorage())
 2612       if (cxx_record_decl->hasExternalLexicalStorage()) {
 2652         if (tag_decl->hasExternalLexicalStorage()) {
 2683         if (class_interface_decl->hasExternalLexicalStorage()) {
tools/lldb/source/Symbol/ClangASTImporter.cpp
 1154         (to_tag_decl->hasExternalLexicalStorage() ? " Lexical" : ""),
 1183             (to_interface_decl->hasExternalLexicalStorage() ? " Lexical" : ""),
 1190             (to_container_decl->hasExternalLexicalStorage() ? " Lexical" : ""),