Home
last modified time | relevance | path

Searched refs:StartTagDeclarationDefinition (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp232 ast->StartTagDeclarationDefinition(sigval_type); in GetSiginfoType()
242 ast->StartTagDeclarationDefinition(ptrace_option_type); in GetSiginfoType()
253 ast->StartTagDeclarationDefinition(siginfo_type); in GetSiginfoType()
259 ast->StartTagDeclarationDefinition(ksiginfo_type); in GetSiginfoType()
276 ast->StartTagDeclarationDefinition(union_type); in GetSiginfoType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.cpp64 type_system->StartTagDeclarationDefinition(fields_type); in GetRegisterType()
95 type_system->StartTagDeclarationDefinition(field_type); in GetRegisterType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp210 ast->StartTagDeclarationDefinition(sigval_type); in GetSiginfoType()
221 ast->StartTagDeclarationDefinition(siginfo_type); in GetSiginfoType()
243 ast->StartTagDeclarationDefinition(union_type); in GetSiginfoType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp435 TypeSystemClang::StartTagDeclarationDefinition(clang_type); in CreateLLDBTypeFromPDBType()
525 if (TypeSystemClang::StartTagDeclarationDefinition(ast_enum)) in CreateLLDBTypeFromPDBType()
689 if (TypeSystemClang::StartTagDeclarationDefinition(element_ast_type)) { in CreateLLDBTypeFromPDBType()
1262 if (TypeSystemClang::StartTagDeclarationDefinition(member_comp_type)) in AddRecordMembers()
1381 if (TypeSystemClang::StartTagDeclarationDefinition(base_comp_type)) in AddRecordBases()
1439 if (TypeSystemClang::StartTagDeclarationDefinition(method_comp_type)) in AddRecordMethod()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp134 TypeSystemClang::StartTagDeclarationDefinition(union_type); in BuildAggregate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp276 ast.StartTagDeclarationDefinition(type); in PrepareContextToReceiveMembers()
946 if (TypeSystemClang::StartTagDeclarationDefinition(clang_type)) { in ParseEnum()
2099 TypeSystemClang::StartTagDeclarationDefinition(clang_type); in CompleteRecordType()
2181 if (TypeSystemClang::StartTagDeclarationDefinition(clang_type)) { in CompleteEnumType()
3812 m_ast.StartTagDeclarationDefinition(inner_holder); in ParseRustVariantPart()
3828 m_ast.StartTagDeclarationDefinition(field_type); in ParseRustVariantPart()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp370 TypeSystemClang::StartTagDeclarationDefinition(record_ct); in AddMember()
H A DPdbAstBuilder.cpp625 TypeSystemClang::StartTagDeclarationDefinition(ct); in CreateRecordType()
1160 TypeSystemClang::StartTagDeclarationDefinition(enum_ct); in CreateEnumType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp542 m_ast->StartTagDeclarationDefinition(compiler_type); in CompleteType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1022 static bool StartTagDeclarationDefinition(const CompilerType &type);
H A DTypeSystemClang.cpp2278 StartTagDeclarationDefinition(type); in CreateStructForIdentifier()
8379 bool TypeSystemClang::StartTagDeclarationDefinition(const CompilerType &type) { in StartTagDeclarationDefinition() function in TypeSystemClang
9626 bool started = TypeSystemClang::StartTagDeclarationDefinition(type); in RequireCompleteType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp85 TypeSystemClang::StartTagDeclarationDefinition(compiler_type); in GetLLDBNSPairType()