Searched refs:hasExternalLexicalStorage (Results 1 - 11 of 11) sorted by relevance

/external/lldb/source/Expression/
H A DASTDumper.cpp27 has_external_lexical_storage = decl_ctx->hasExternalLexicalStorage();
46 bool has_external_lexical_storage = decl_ctx->hasExternalLexicalStorage();
/external/lldb/source/Symbol/
H A DClangASTImporter.cpp686 (to_tag_decl->hasExternalLexicalStorage() ? " Lexical" : ""),
712 (to_interface_decl->hasExternalLexicalStorage() ? " Lexical" : ""),
H A DClangASTContext.cpp2164 if (!tag_decl->hasExternalLexicalStorage())
2176 if (!objc_interface_decl->hasExternalLexicalStorage())
H A DClangASTType.cpp87 if (tag_decl->hasExternalLexicalStorage())
123 if (class_interface_decl->hasExternalLexicalStorage())
/external/clang/lib/AST/
H A DDeclBase.cpp1000 assert(hasExternalLexicalStorage() && Source && "No external storage?");
1102 if (hasExternalLexicalStorage())
1108 if (hasExternalLexicalStorage())
1389 if (!hasExternalVisibleStorage() && !hasExternalLexicalStorage() && Name) {
H A DRecordLayoutBuilder.cpp2780 if (D->hasExternalLexicalStorage() && !D->getDefinition())
2931 if (D->hasExternalLexicalStorage() && !D->getDefinition())
H A DDecl.cpp3525 if (hasExternalLexicalStorage() && !LoadedFieldsFromExternalStorage)
3551 assert(hasExternalLexicalStorage() && Source && "No external storage?");
H A DASTImporter.cpp2530 if (FoundRecord->hasExternalLexicalStorage() &&
2533 if (D->hasExternalLexicalStorage())
/external/clang/include/clang/AST/
H A DDeclBase.h1613 bool hasExternalLexicalStorage() const { return ExternalLexicalStorage; } function in class:clang::DeclContext
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp1869 if (DC->hasExternalLexicalStorage())
H A DASTReader.cpp2519 if (DC->hasExternalLexicalStorage() &&

Completed in 317 milliseconds