HomeSort by relevance Sort by last modified time
    Searched refs:tag_decl (Results 1 - 9 of 9) sorted by null

  /external/lldb/include/lldb/Expression/
ClangPersistentVariables.h 61 clang::TypeDecl *tag_decl);
  /external/lldb/source/Symbol/
ClangExternalASTSourceCallbacks.cpp 131 ClangExternalASTSourceCallbacks::CompleteType (TagDecl *tag_decl)
134 m_callback_tag_decl (m_callback_baton, tag_decl);
ClangASTImporter.cpp 204 else if (TagDecl *tag_decl = dyn_cast<TagDecl>(decl))
206 if (!tag_decl->getDefinition() && !tag_decl->isBeingDefined())
208 tag_decl->startDefinition();
209 CompleteTagDecl(tag_decl);
210 tag_decl->setCompleteDefinition(true);
488 if (TagDecl *tag_decl = dyn_cast<TagDecl>(decl))
492 ImportDefinitionTo(tag_decl, original_tag_decl);
494 tag_decl->setHasExternalLexicalStorage(false);
495 tag_decl->setHasExternalVisibleStorage(false)
    [all...]
ClangASTType.cpp 78 TagDecl *tag_decl = tag_type->getDecl(); local
79 if (tag_decl)
81 if (tag_decl->isCompleteDefinition())
87 if (tag_decl->hasExternalLexicalStorage())
94 external_ast_source->CompleteType(tag_decl);
642 TagDecl *tag_decl = tag_type->getDecl(); local
643 if (tag_decl)
644 return tag_decl->isCompleteDefinition();
5277 TagDecl *tag_decl = dyn_cast<TagDecl>(tag_type->getDecl()); local
5304 TagDecl *tag_decl = tag_type->getDecl(); local
    [all...]
ClangASTContext.cpp     [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 83 CompleteType (clang::TagDecl *tag_decl)
94 &tag_decl->getASTContext(),
95 tag_decl,
96 tag_decl->getName().str().c_str());
99 ASTDumper dumper((clang::Decl*)tag_decl);
106 ASTDumper dumper((clang::Decl*)tag_decl);
  /external/lldb/include/lldb/Symbol/
ClangExternalASTSourceCallbacks.h 120 CompleteType (clang::TagDecl *tag_decl);
  /external/lldb/source/Expression/
ClangASTSource.cpp 170 ClangASTSource::CompleteType (TagDecl *tag_decl)
182 tag_decl,
183 tag_decl->getName().str().c_str());
186 ASTDumper dumper((Decl*)tag_decl);
190 if (!m_ast_importer->CompleteTagDecl (tag_decl))
200 DeclContext *decl_ctx = tag_decl->getDeclContext();
228 ConstString name(tag_decl->getName().str().c_str());
253 if (m_ast_importer->CompleteTagDeclWithOrigin (tag_decl, candidate_tag_decl))
263 ConstString name(tag_decl->getName().str().c_str());
292 if (m_ast_importer->CompleteTagDeclWithOrigin (tag_decl, candidate_tag_decl)
1837 TagDecl *tag_decl = tag_type->getDecl(); local
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp 7841 clang::TagDecl *tag_decl = tag_type->getDecl(); local
    [all...]

Completed in 233 milliseconds