Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp426 TypeSystemClang::StartTagDeclarationDefinition(clang_type); in CreateLLDBTypeFromPDBType()
517 if (TypeSystemClang::StartTagDeclarationDefinition(ast_enum)) in CreateLLDBTypeFromPDBType()
684 if (TypeSystemClang::StartTagDeclarationDefinition(element_ast_type)) { in CreateLLDBTypeFromPDBType()
1253 if (TypeSystemClang::StartTagDeclarationDefinition(member_comp_type)) in AddRecordMembers()
1363 if (TypeSystemClang::StartTagDeclarationDefinition(base_comp_type)) in AddRecordBases()
1421 if (TypeSystemClang::StartTagDeclarationDefinition(method_comp_type)) in AddRecordMethod()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp130 TypeSystemClang::StartTagDeclarationDefinition(union_type); in BuildAggregate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp234 bool started = TypeSystemClang::StartTagDeclarationDefinition(type); in ForcefullyCompleteType()
861 if (TypeSystemClang::StartTagDeclarationDefinition(clang_type)) { in ParseEnum()
1677 if (TypeSystemClang::StartTagDeclarationDefinition(clang_type)) { in ParseStructureLikeDIE()
1712 TypeSystemClang::StartTagDeclarationDefinition(clang_type); in ParseStructureLikeDIE()
1966 TypeSystemClang::StartTagDeclarationDefinition(clang_type); in CompleteRecordType()
2049 if (TypeSystemClang::StartTagDeclarationDefinition(clang_type)) { in CompleteEnumType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp785 TypeSystemClang::StartTagDeclarationDefinition(ct); in CreateRecordType()
1111 TypeSystemClang::StartTagDeclarationDefinition(enum_ct); in CreateEnumType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h918 static bool StartTagDeclarationDefinition(const CompilerType &type);
H A DTypeSystemClang.cpp2280 StartTagDeclarationDefinition(type); in CreateStructForIdentifier()
8166 bool TypeSystemClang::StartTagDeclarationDefinition(const CompilerType &type) { in StartTagDeclarationDefinition() function in TypeSystemClang
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp86 TypeSystemClang::StartTagDeclarationDefinition(compiler_type); in GetLLDBNSPairType()