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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  800   static clang::FieldDecl *AddFieldToRecordType(const CompilerType &type,

References

tools/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
   86         ClangASTContext::AddFieldToRecordType(
   88         ClangASTContext::AddFieldToRecordType(
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
  142       ClangASTContext::AddFieldToRecordType(
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 2797                         ClangASTContext::AddFieldToRecordType(
 2894               field_decl = ClangASTContext::AddFieldToRecordType(
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
  167   clang::FieldDecl *decl = ClangASTContext::AddFieldToRecordType(
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
 1251       auto decl = ClangASTContext::AddFieldToRecordType(
tools/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
  425       ClangASTContext::AddFieldToRecordType(dispatch_tsd_indexes_s,
  428       ClangASTContext::AddFieldToRecordType(dispatch_tsd_indexes_s,
  431       ClangASTContext::AddFieldToRecordType(dispatch_tsd_indexes_s,
  434       ClangASTContext::AddFieldToRecordType(dispatch_tsd_indexes_s,
tools/lldb/source/Symbol/ClangASTContext.cpp
 2205     AddFieldToRecordType(type, field.first, field.second, lldb::eAccessPublic,
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  339   FieldDecl *non_empty_base_field_decl = m_ast->AddFieldToRecordType(