Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp229 ast->StartTagDeclarationDefinition(sigval_type); in GetSiginfoType()
239 ast->StartTagDeclarationDefinition(ptrace_option_type); in GetSiginfoType()
250 ast->StartTagDeclarationDefinition(siginfo_type); in GetSiginfoType()
256 ast->StartTagDeclarationDefinition(ksiginfo_type); in GetSiginfoType()
273 ast->StartTagDeclarationDefinition(union_type); in GetSiginfoType()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp207 ast->StartTagDeclarationDefinition(sigval_type); in GetSiginfoType()
218 ast->StartTagDeclarationDefinition(siginfo_type); in GetSiginfoType()
240 ast->StartTagDeclarationDefinition(union_type); in GetSiginfoType()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp349 ast->StartTagDeclarationDefinition(sigval_type); in GetSiginfoType()
359 ast->StartTagDeclarationDefinition(sigfault_bounds_type); in GetSiginfoType()
375 ast->StartTagDeclarationDefinition(siginfo_type); in GetSiginfoType()
400 ast->StartTagDeclarationDefinition(union_type); in GetSiginfoType()
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp392 TypeSystemClang::StartTagDeclarationDefinition(empty_base); in TEST_F()
403 TypeSystemClang::StartTagDeclarationDefinition(non_empty_base); in TEST_F()
419 TypeSystemClang::StartTagDeclarationDefinition(empty_derived); in TEST_F()
442 TypeSystemClang::StartTagDeclarationDefinition(empty_derived2); in TEST_F()
484 m_ast->StartTagDeclarationDefinition(type); in TEST_F()
814 m_ast->StartTagDeclarationDefinition(t); in TEST_F()
851 m_ast->StartTagDeclarationDefinition(t); in TEST_F()
/llvm-project-15.0.7/lldb/unittests/TestingSupport/Symbol/
H A DClangTestUtils.h44 TypeSystemClang::StartTagDeclarationDefinition(t); in createRecordWithField()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp428 TypeSystemClang::StartTagDeclarationDefinition(clang_type); in CreateLLDBTypeFromPDBType()
519 if (TypeSystemClang::StartTagDeclarationDefinition(ast_enum)) in CreateLLDBTypeFromPDBType()
686 if (TypeSystemClang::StartTagDeclarationDefinition(element_ast_type)) { in CreateLLDBTypeFromPDBType()
1260 if (TypeSystemClang::StartTagDeclarationDefinition(member_comp_type)) in AddRecordMembers()
1370 if (TypeSystemClang::StartTagDeclarationDefinition(base_comp_type)) in AddRecordBases()
1428 if (TypeSystemClang::StartTagDeclarationDefinition(method_comp_type)) in AddRecordMethod()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp130 TypeSystemClang::StartTagDeclarationDefinition(union_type); in BuildAggregate()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp222 bool started = TypeSystemClang::StartTagDeclarationDefinition(type); in ForcefullyCompleteType()
847 if (TypeSystemClang::StartTagDeclarationDefinition(clang_type)) { in ParseEnum()
1771 if (TypeSystemClang::StartTagDeclarationDefinition(clang_type)) { in ParseStructureLikeDIE()
1806 TypeSystemClang::StartTagDeclarationDefinition(clang_type); in ParseStructureLikeDIE()
2057 TypeSystemClang::StartTagDeclarationDefinition(clang_type); in CompleteRecordType()
2134 if (TypeSystemClang::StartTagDeclarationDefinition(clang_type)) { in CompleteEnumType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp913 TypeSystemClang::StartTagDeclarationDefinition(ct); in CreateRecordType()
1417 TypeSystemClang::StartTagDeclarationDefinition(enum_ct); in CreateEnumType()
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp427 TypeSystemClang::StartTagDeclarationDefinition(dispatch_tsd_indexes_s); in ReadLibdispatchTSDIndexes()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h911 static bool StartTagDeclarationDefinition(const CompilerType &type);
H A DTypeSystemClang.cpp2285 StartTagDeclarationDefinition(type); in CreateStructForIdentifier()
8264 bool TypeSystemClang::StartTagDeclarationDefinition(const CompilerType &type) { in StartTagDeclarationDefinition() function in TypeSystemClang
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp86 TypeSystemClang::StartTagDeclarationDefinition(compiler_type); in GetLLDBNSPairType()