Home
last modified time | relevance | path

Searched refs:CompleteTagDeclarationDefinition (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp234 ast->CompleteTagDeclarationDefinition(sigval_type); in GetSiginfoType()
244 ast->CompleteTagDeclarationDefinition(ptrace_option_type); in GetSiginfoType()
337 ast->CompleteTagDeclarationDefinition(union_type); in GetSiginfoType()
341 ast->CompleteTagDeclarationDefinition(ksiginfo_type); in GetSiginfoType()
345 ast->CompleteTagDeclarationDefinition(siginfo_type); in GetSiginfoType()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp212 ast->CompleteTagDeclarationDefinition(sigval_type); in GetSiginfoType()
275 ast->CompleteTagDeclarationDefinition(union_type); in GetSiginfoType()
279 ast->CompleteTagDeclarationDefinition(siginfo_type); in GetSiginfoType()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp354 ast->CompleteTagDeclarationDefinition(sigval_type); in GetSiginfoType()
369 ast->CompleteTagDeclarationDefinition(sigfault_bounds_type); in GetSiginfoType()
473 ast->CompleteTagDeclarationDefinition(union_type); in GetSiginfoType()
477 ast->CompleteTagDeclarationDefinition(siginfo_type); in GetSiginfoType()
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp393 TypeSystemClang::CompleteTagDeclarationDefinition(empty_base); in TEST_F()
406 TypeSystemClang::CompleteTagDeclarationDefinition(non_empty_base); in TEST_F()
426 TypeSystemClang::CompleteTagDeclarationDefinition(empty_derived); in TEST_F()
449 TypeSystemClang::CompleteTagDeclarationDefinition(empty_derived2); in TEST_F()
485 m_ast->CompleteTagDeclarationDefinition(type); in TEST_F()
834 m_ast->CompleteTagDeclarationDefinition(t); in TEST_F()
884 m_ast->CompleteTagDeclarationDefinition(t); in TEST_F()
/llvm-project-15.0.7/lldb/unittests/TestingSupport/Symbol/
H A DClangTestUtils.h47 TypeSystemClang::CompleteTagDeclarationDefinition(t); in createRecordWithField()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp434 TypeSystemClang::CompleteTagDeclarationDefinition(clang_type); in CreateLLDBTypeFromPDBType()
520 TypeSystemClang::CompleteTagDeclarationDefinition(ast_enum); in CreateLLDBTypeFromPDBType()
687 TypeSystemClang::CompleteTagDeclarationDefinition(element_ast_type); in CreateLLDBTypeFromPDBType()
1226 TypeSystemClang::CompleteTagDeclarationDefinition(compiler_type); in CompleteTypeFromUDT()
1261 TypeSystemClang::CompleteTagDeclarationDefinition(member_comp_type); in AddRecordMembers()
1371 TypeSystemClang::CompleteTagDeclarationDefinition(base_comp_type); in AddRecordBases()
1429 TypeSystemClang::CompleteTagDeclarationDefinition(method_comp_type); in AddRecordMethod()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp144 TypeSystemClang::CompleteTagDeclarationDefinition(union_type); in BuildAggregate()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp312 TypeSystemClang::CompleteTagDeclarationDefinition(m_derived_ct); in complete()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp224 TypeSystemClang::CompleteTagDeclarationDefinition(type); in ForcefullyCompleteType()
854 TypeSystemClang::CompleteTagDeclarationDefinition(clang_type); in ParseEnum()
1772 TypeSystemClang::CompleteTagDeclarationDefinition(clang_type); in ParseStructureLikeDIE()
2112 TypeSystemClang::CompleteTagDeclarationDefinition(clang_type); in CompleteRecordType()
2141 TypeSystemClang::CompleteTagDeclarationDefinition(clang_type); in CompleteEnumType()
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp440 TypeSystemClang::CompleteTagDeclarationDefinition(dispatch_tsd_indexes_s); in ReadLibdispatchTSDIndexes()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp510 TypeSystemClang::CompleteTagDeclarationDefinition(compiler_type); in CompleteType()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h913 static bool CompleteTagDeclarationDefinition(const CompilerType &type);
H A DTypeSystemClang.cpp2291 CompleteTagDeclarationDefinition(type); in CreateStructForIdentifier()
8289 bool TypeSystemClang::CompleteTagDeclarationDefinition( in CompleteTagDeclarationDefinition() function in TypeSystemClang
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp93 TypeSystemClang::CompleteTagDeclarationDefinition(compiler_type); in GetLLDBNSPairType()