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

References

tools/lldb/source/Symbol/ClangASTImporter.cpp
 1171     to_container_decl->setHasExternalLexicalStorage();
 1172     to_container_decl->setHasExternalVisibleStorage();
 1178               llvm::dyn_cast<ObjCInterfaceDecl>(to_container_decl)) {
 1189             ((Decl *)to_container_decl)->getDeclKindName(),
 1190             (to_container_decl->hasExternalLexicalStorage() ? " Lexical" : ""),
 1191             (to_container_decl->hasExternalVisibleStorage() ? " Visible" : ""));