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/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/lib/AST/
DDeclBase.cpp1000 assert(hasExternalLexicalStorage() && Source && "No external storage?"); in LoadLexicalDeclsFromExternalStorage()
1102 if (hasExternalLexicalStorage()) in decls_begin()
1108 if (hasExternalLexicalStorage()) in decls_empty()
1389 if (!hasExternalVisibleStorage() && !hasExternalLexicalStorage() && Name) { in localUncachedLookup()
DASTDumper.cpp550 return DC->hasExternalLexicalStorage() || in hasNodes()
562 if (DC->hasExternalLexicalStorage()) { in dumpDeclContext()
DRecordLayoutBuilder.cpp2780 if (D->hasExternalLexicalStorage() && !D->getDefinition()) in getASTRecordLayout()
2931 if (D->hasExternalLexicalStorage() && !D->getDefinition()) in getObjCLayout()
DDecl.cpp3525 if (hasExternalLexicalStorage() && !LoadedFieldsFromExternalStorage) in field_begin()
3551 assert(hasExternalLexicalStorage() && Source && "No external storage?"); in LoadFieldsFromExternalStorage()
DASTImporter.cpp2530 if (FoundRecord->hasExternalLexicalStorage() && in VisitRecordDecl()
2533 if (D->hasExternalLexicalStorage()) in VisitRecordDecl()
/external/clang/include/clang/AST/
DDeclBase.h1613 bool hasExternalLexicalStorage() const { return ExternalLexicalStorage; } in hasExternalLexicalStorage() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1869 if (DC->hasExternalLexicalStorage()) in WriteDecl()
DASTReader.cpp2519 if (DC->hasExternalLexicalStorage() && in ReadASTBlock()