Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp352 ast->StartTagDeclarationDefinition(sigval_type); in GetSiginfoType()
362 ast->StartTagDeclarationDefinition(sigfault_bounds_type); in GetSiginfoType()
378 ast->StartTagDeclarationDefinition(siginfo_type); in GetSiginfoType()
403 ast->StartTagDeclarationDefinition(union_type); in GetSiginfoType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp436 TypeSystemClang::StartTagDeclarationDefinition(clang_type); in CreateLLDBTypeFromPDBType()
526 if (TypeSystemClang::StartTagDeclarationDefinition(ast_enum)) in CreateLLDBTypeFromPDBType()
691 if (TypeSystemClang::StartTagDeclarationDefinition(element_ast_type)) { in CreateLLDBTypeFromPDBType()
1264 if (TypeSystemClang::StartTagDeclarationDefinition(member_comp_type)) in AddRecordMembers()
1374 if (TypeSystemClang::StartTagDeclarationDefinition(base_comp_type)) in AddRecordBases()
1432 if (TypeSystemClang::StartTagDeclarationDefinition(method_comp_type)) in AddRecordMethod()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp132 TypeSystemClang::StartTagDeclarationDefinition(union_type); in BuildAggregate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp220 bool started = TypeSystemClang::StartTagDeclarationDefinition(type); in ForcefullyCompleteType()
843 if (TypeSystemClang::StartTagDeclarationDefinition(clang_type)) { in ParseEnum()
1834 if (TypeSystemClang::StartTagDeclarationDefinition(clang_type)) { in ParseStructureLikeDIE()
1871 TypeSystemClang::StartTagDeclarationDefinition(clang_type); in ParseStructureLikeDIE()
2125 TypeSystemClang::StartTagDeclarationDefinition(clang_type); in CompleteRecordType()
2203 if (TypeSystemClang::StartTagDeclarationDefinition(clang_type)) { in CompleteEnumType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp367 TypeSystemClang::StartTagDeclarationDefinition(record_ct); in AddMember()
H A DPdbAstBuilder.cpp623 TypeSystemClang::StartTagDeclarationDefinition(ct); in CreateRecordType()
1158 TypeSystemClang::StartTagDeclarationDefinition(enum_ct); in CreateEnumType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.cpp427 TypeSystemClang::StartTagDeclarationDefinition(dispatch_tsd_indexes_s); in ReadLibdispatchTSDIndexes()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp85 TypeSystemClang::StartTagDeclarationDefinition(compiler_type); in GetLLDBNSPairType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h929 static bool StartTagDeclarationDefinition(const CompilerType &type);
H A DTypeSystemClang.cpp2318 StartTagDeclarationDefinition(type); in CreateStructForIdentifier()
8340 bool TypeSystemClang::StartTagDeclarationDefinition(const CompilerType &type) { in StartTagDeclarationDefinition() function in TypeSystemClang
9888 bool started = TypeSystemClang::StartTagDeclarationDefinition(type); in RequireCompleteType()