reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  925   static clang::RecordDecl *GetAsRecordDecl(const CompilerType &type);

References

tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
  812       clang::RecordDecl *record_decl = ClangASTContext::GetAsRecordDecl(m_type);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 1624             ClangASTContext::GetAsRecordDecl(clang_type);
 2036               m_ast.GetAsRecordDecl(clang_type), eAccessPrivate,
tools/lldb/source/Symbol/ClangASTContext.cpp
 3843       ClangASTContext::GetAsRecordDecl(type)) {
 7891   clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type);
 7965   clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type);
 8068       clang::RecordDecl *record_decl = GetAsRecordDecl(type);
 8089   clang::RecordDecl *record_decl = ast->GetAsRecordDecl(type);
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  330   RecordDecl *empty_base_decl = ClangASTContext::GetAsRecordDecl(empty_base);
  343       ClangASTContext::GetAsRecordDecl(non_empty_base);
  366       ClangASTContext::GetAsRecordDecl(empty_derived);
  389       ClangASTContext::GetAsRecordDecl(empty_derived2);