HomeSort by relevance Sort by last modified time
    Searched refs:hasExternalVisibleStorage (Results 1 - 8 of 8) sorted by null

  /external/lldb/source/Expression/
ASTDumper.cpp 28 has_external_visible_storage = decl_ctx->hasExternalVisibleStorage();
47 bool has_external_visible_storage = decl_ctx->hasExternalVisibleStorage();
  /external/clang/include/clang/AST/
DeclLookups.h 73 if (Primary->hasExternalVisibleStorage())
DeclBase.h     [all...]
  /external/clang/lib/AST/
DeclBase.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTImporter.cpp 687 (to_tag_decl->hasExternalVisibleStorage() ? " Visible" : ""),
713 (to_interface_decl->hasExternalVisibleStorage() ? " Visible" : ""),
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 508 if (!interface_decl->hasExternalVisibleStorage())
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
ASTReader.cpp     [all...]

Completed in 391 milliseconds