Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DASTDumper.cpp27 has_external_lexical_storage = decl_ctx->hasExternalLexicalStorage(); in ASTDumper()
46 bool has_external_lexical_storage = decl_ctx->hasExternalLexicalStorage(); in ASTDumper()
/external/clang/lib/AST/
DDeclBase.cpp1027 assert(hasExternalLexicalStorage() && Source && "No external storage?"); in LoadLexicalDeclsFromExternalStorage()
1130 if (hasExternalLexicalStorage()) in decls_begin()
1136 if (hasExternalLexicalStorage()) in decls_empty()
1277 if (DC->hasExternalLexicalStorage()) in buildLookup()
1423 if (!hasExternalVisibleStorage() && !hasExternalLexicalStorage() && Name) { in localUncachedLookup()
DASTDumper.cpp721 return DC->hasExternalLexicalStorage() || in hasNodes()
732 if (DC->hasExternalLexicalStorage()) { in dumpDeclContext()
DRecordLayoutBuilder.cpp2871 if (D->hasExternalLexicalStorage() && !D->getDefinition()) in getASTRecordLayout()
3022 if (D->hasExternalLexicalStorage() && !D->getDefinition()) in getObjCLayout()
DDecl.cpp3615 if (hasExternalLexicalStorage() && !LoadedFieldsFromExternalStorage) in field_begin()
3641 assert(hasExternalLexicalStorage() && Source && "No external storage?"); in LoadFieldsFromExternalStorage()
DASTImporter.cpp2553 if (FoundRecord->hasExternalLexicalStorage() && in VisitRecordDecl()
2556 if (D->hasExternalLexicalStorage()) in VisitRecordDecl()
/external/lldb/source/Symbol/
DClangASTImporter.cpp686 (to_tag_decl->hasExternalLexicalStorage() ? " Lexical" : ""), in Imported()
712 (to_interface_decl->hasExternalLexicalStorage() ? " Lexical" : ""), in Imported()
DClangASTContext.cpp2164 if (!tag_decl->hasExternalLexicalStorage()) in GetCompleteDecl()
2176 if (!objc_interface_decl->hasExternalLexicalStorage()) in GetCompleteDecl()
DClangASTType.cpp87 if (tag_decl->hasExternalLexicalStorage()) in GetCompleteQualType()
123 if (class_interface_decl->hasExternalLexicalStorage()) in GetCompleteQualType()
/external/clang/include/clang/AST/
DDeclBase.h1694 bool hasExternalLexicalStorage() const { return ExternalLexicalStorage; } in hasExternalLexicalStorage() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp2046 if (DC->hasExternalLexicalStorage()) in WriteDecl()
DASTReader.cpp2618 if (DC->hasExternalLexicalStorage() && in ReadASTBlock()