Home
last modified time | relevance | path

Searched refs:hasExternalLexicalStorage (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTDumper.cpp28 has_external_lexical_storage = decl_ctx->hasExternalLexicalStorage(); in ASTDumper()
45 bool has_external_lexical_storage = decl_ctx->hasExternalLexicalStorage(); in ASTDumper()
H A DClangExpressionDeclMap.cpp218 lldbassert(!llvm::cast<DeclContext>(decl)->hasExternalLexicalStorage()); in ImportAndCheckCompletable()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTMerger.cpp224 assert(Tag->hasExternalLexicalStorage()); in CompleteType()
228 if (SourceTag->hasExternalLexicalStorage()) in CompleteType()
241 assert(Interface->hasExternalLexicalStorage()); in CompleteType()
247 if (SourceInterface->hasExternalLexicalStorage()) in CompleteType()
260 assert(Interface->hasExternalLexicalStorage() || in CanComplete()
H A DDeclBase.cpp1277 assert(hasExternalLexicalStorage() && Source && "No external storage?"); in LoadLexicalDeclsFromExternalStorage()
1372 if (hasExternalLexicalStorage()) in decls_begin()
1378 if (hasExternalLexicalStorage()) in decls_empty()
1390 if (hasExternalLexicalStorage()) in containsDeclAndLoad()
1543 if (DC->hasExternalLexicalStorage()) { in buildLookup()
1698 if (!hasExternalVisibleStorage() && !hasExternalLexicalStorage() && Name) { in localUncachedLookup()
H A DASTStructuralEquivalence.cpp1032 if (D1->hasExternalLexicalStorage() || D2->hasExternalLexicalStorage()) in IsStructurallyEquivalent()
1042 if (D1CXX->hasExternalLexicalStorage() && in IsStructurallyEquivalent()
H A DASTDumper.cpp366 if (DC->hasExternalLexicalStorage()) { in dumpDeclContext()
520 (DC->hasExternalLexicalStorage() || in dumpDecl()
H A DRecordLayoutBuilder.cpp2972 if (D->hasExternalLexicalStorage() && !D->getDefinition()) in getASTRecordLayout()
3165 if (D->hasExternalLexicalStorage() && !D->getDefinition()) in getObjCLayout()
H A DDecl.cpp4146 if (hasExternalLexicalStorage() && !hasLoadedFieldsFromExternalStorage()) in field_begin()
4168 assert(hasExternalLexicalStorage() && Source && "No external storage?"); in LoadFieldsFromExternalStorage()
H A DASTImporter.cpp2600 if (D->hasExternalLexicalStorage() && !D->isCompleteDefinition()) in VisitRecordDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp1058 (to_tag_decl->hasExternalLexicalStorage() ? " Lexical" : ""), in Imported()
1086 (to_interface_decl->hasExternalLexicalStorage() ? " Lexical" : ""), in Imported()
1093 (to_container_decl->hasExternalLexicalStorage() ? " Lexical" : ""), in Imported()
H A DClangASTContext.cpp2542 if (!tag_decl->hasExternalLexicalStorage()) in GetCompleteDecl()
2553 if (!objc_interface_decl->hasExternalLexicalStorage()) in GetCompleteDecl()
2699 if (cxx_record_decl->hasExternalLexicalStorage()) { in GetCompleteQualType()
2739 if (tag_decl->hasExternalLexicalStorage()) { in GetCompleteQualType()
2770 if (class_interface_decl->hasExternalLexicalStorage()) { in GetCompleteQualType()
8728 return cxx_record_decl->hasExternalLexicalStorage() || in GetHasExternalStorage()
8736 return enum_decl->hasExternalLexicalStorage() || in GetHasExternalStorage()
8750 return class_interface_decl->hasExternalLexicalStorage() || in GetHasExternalStorage()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h2312 bool hasExternalLexicalStorage() const { in hasExternalLexicalStorage() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp7828 if (Tag && Tag->hasExternalLexicalStorage()) in RequireCompleteTypeImpl()
7830 if (IFace && IFace->hasExternalLexicalStorage()) in RequireCompleteTypeImpl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp2698 if (DC->hasExternalLexicalStorage() && !Ctx->getLangOpts().CPlusPlus) in ReadASTBlock()