Home
last modified time | relevance | path

Searched refs:hasExternalVisibleStorage (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTDumper.cpp29 has_external_visible_storage = decl_ctx->hasExternalVisibleStorage(); in ASTDumper()
46 bool has_external_visible_storage = decl_ctx->hasExternalVisibleStorage(); in ASTDumper()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclLookups.h78 if (Primary->hasExternalVisibleStorage()) in lookups()
H A DDeclBase.h2324 bool hasExternalVisibleStorage() const { in hasExternalVisibleStorage() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp1555 buildLookupImpl(DC, hasExternalVisibleStorage()); in buildLookup()
1611 if (hasExternalVisibleStorage()) { in lookup()
1687 buildLookupImpl(Context, hasExternalVisibleStorage()); in loadLazyLocalLexicalLookups()
1698 if (!hasExternalVisibleStorage() && !hasExternalLexicalStorage() && Name) { in localUncachedLookup()
1816 if (LookupPtr || hasExternalVisibleStorage() || in makeDeclVisibleInContextWithFlags()
1856 if (hasExternalVisibleStorage() && in makeDeclVisibleInContextImpl()
H A DExternalASTMerger.cpp261 Interface->hasExternalVisibleStorage()); in CanComplete()
H A DASTDumper.cpp385 bool HasUndeserializedLookups = Primary->hasExternalVisibleStorage(); in dumpLookups()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp1059 (to_tag_decl->hasExternalVisibleStorage() ? " Visible" : ""), in Imported()
1087 (to_interface_decl->hasExternalVisibleStorage() ? " Visible" : ""), in Imported()
1094 (to_container_decl->hasExternalVisibleStorage() ? " Visible" : "")); in Imported()
H A DClangASTContext.cpp8729 cxx_record_decl->hasExternalVisibleStorage(); in GetHasExternalStorage()
8737 enum_decl->hasExternalVisibleStorage(); in GetHasExternalStorage()
8751 class_interface_decl->hasExternalVisibleStorage(); in GetHasExternalStorage()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp427 if (!interface_decl->hasExternalVisibleStorage()) in FinishDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp7531 assert(DC->hasExternalVisibleStorage() && DC == DC->getPrimaryContext() && in FindExternalVisibleDeclsByName()
7556 if (!DC->hasExternalVisibleStorage()) in completeVisibleDeclsMap()