Home
last modified time | relevance | path

Searched refs:AddFieldToRecordType (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp148 clang::FieldDecl *decl = ClangASTContext::AddFieldToRecordType( in visitKnownMember()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp151 ClangASTContext::AddFieldToRecordType( in BuildAggregate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp88 ClangASTContext::AddFieldToRecordType( in GetLLDBNSPairType()
90 ClangASTContext::AddFieldToRecordType( in GetLLDBNSPairType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h838 static clang::FieldDecl *AddFieldToRecordType(const CompilerType &type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1237 auto decl = ClangASTContext::AddFieldToRecordType( in AddRecordMembers()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3032 ClangASTContext::AddFieldToRecordType( in ParseChildMembers()
3130 field_decl = ClangASTContext::AddFieldToRecordType( in ParseChildMembers()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2293 AddFieldToRecordType(type, field.first, field.second, lldb::eAccessPublic, in CreateStructForIdentifier()
7879 clang::FieldDecl *ClangASTContext::AddFieldToRecordType( in AddFieldToRecordType() function in ClangASTContext