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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Expression/
H A DASTDumper.cpp27 has_external_lexical_storage = decl_ctx->hasExternalLexicalStorage();
46 bool has_external_lexical_storage = decl_ctx->hasExternalLexicalStorage();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp686 (to_tag_decl->hasExternalLexicalStorage() ? " Lexical" : ""),
712 (to_interface_decl->hasExternalLexicalStorage() ? " Lexical" : ""),
H A DClangASTContext.cpp2170 if (!tag_decl->hasExternalLexicalStorage())
2182 if (!objc_interface_decl->hasExternalLexicalStorage())
H A DClangASTType.cpp88 if (tag_decl->hasExternalLexicalStorage())
124 if (class_interface_decl->hasExternalLexicalStorage())
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclBase.cpp956 assert(hasExternalLexicalStorage() && Source && "No external storage?");
1058 if (hasExternalLexicalStorage())
1065 if (hasExternalLexicalStorage())
1341 if (!hasExternalVisibleStorage() && !hasExternalLexicalStorage() && Name) {
H A DRecordLayoutBuilder.cpp2713 if (D->hasExternalLexicalStorage() && !D->getDefinition())
2851 if (D->hasExternalLexicalStorage() && !D->getDefinition())
H A DDecl.cpp3378 if (hasExternalLexicalStorage() && !LoadedFieldsFromExternalStorage)
3404 assert(hasExternalLexicalStorage() && Source && "No external storage?");
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1589 bool hasExternalLexicalStorage() const { return ExternalLexicalStorage; } function in class:clang::DeclContext
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp1860 if (DC->hasExternalLexicalStorage())
H A DASTReader.cpp2017 if (DC->hasExternalLexicalStorage() &&
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp5155 if (Tag->getDecl()->hasExternalLexicalStorage()) {
5167 if (IFace->getDecl()->hasExternalLexicalStorage()) {

Completed in 162 milliseconds