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/clang/lib/AST/
H A DDeclBase.cpp1067 assert(hasExternalLexicalStorage() && Source && "No external storage?");
1163 if (hasExternalLexicalStorage())
1169 if (hasExternalLexicalStorage())
1313 if (DC->hasExternalLexicalStorage())
1459 if (!hasExternalVisibleStorage() && !hasExternalLexicalStorage() && Name) {
H A DRecordLayoutBuilder.cpp2886 if (D->hasExternalLexicalStorage() && !D->getDefinition())
3046 if (D->hasExternalLexicalStorage() && !D->getDefinition())
H A DDecl.cpp3641 if (hasExternalLexicalStorage() && !LoadedFieldsFromExternalStorage)
3663 assert(hasExternalLexicalStorage() && Source && "No external storage?");
H A DASTImporter.cpp2617 if (FoundRecord->hasExternalLexicalStorage() &&
2620 if (D->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/include/clang/AST/
H A DDeclBase.h1737 bool hasExternalLexicalStorage() const { return ExternalLexicalStorage; } function in class:clang::DeclContext
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp2128 if (DC->hasExternalLexicalStorage())
H A DASTReader.cpp2455 if (DC->hasExternalLexicalStorage() &&

Completed in 204 milliseconds