Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp428 ClangASTContext::StartTagDeclarationDefinition(clang_type); in CreateLLDBTypeFromPDBType()
518 if (ClangASTContext::StartTagDeclarationDefinition(ast_enum)) in CreateLLDBTypeFromPDBType()
662 if (ClangASTContext::StartTagDeclarationDefinition(element_ast_type)) { in CreateLLDBTypeFromPDBType()
1223 if (ClangASTContext::StartTagDeclarationDefinition(member_comp_type)) in AddRecordMembers()
1287 if (ClangASTContext::StartTagDeclarationDefinition(base_comp_type)) in AddRecordBases()
1344 if (ClangASTContext::StartTagDeclarationDefinition(method_comp_type)) in AddRecordMethod()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp227 if (ClangASTContext::StartTagDeclarationDefinition(type)) in CompleteExternalTagDeclType()
899 if (ClangASTContext::StartTagDeclarationDefinition(clang_type)) { in ParseTypeFromDWARF()
930 ClangASTContext::StartTagDeclarationDefinition(clang_type); in ParseTypeFromDWARF()
1113 if (ClangASTContext::StartTagDeclarationDefinition(clang_type)) { in ParseTypeFromDWARF()
1777 if (ClangASTContext::StartTagDeclarationDefinition( in ParseTypeFromDWARF()
2178 ClangASTContext::StartTagDeclarationDefinition(clang_type); in CompleteTypeFromDWARF()
2293 if (ClangASTContext::StartTagDeclarationDefinition( in CompleteTypeFromDWARF()
2395 if (ClangASTContext::StartTagDeclarationDefinition(clang_type)) { in CompleteTypeFromDWARF()
3114 if (ClangASTContext::StartTagDeclarationDefinition( in ParseChildMembers()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp142 ClangASTContext::StartTagDeclarationDefinition(union_type); in BuildAggregate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp788 ClangASTContext::StartTagDeclarationDefinition(ct); in CreateRecordType()
1103 ClangASTContext::StartTagDeclarationDefinition(enum_ct); in CreateEnumType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp85 ClangASTContext::StartTagDeclarationDefinition(compiler_type); in GetLLDBNSPairType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h900 static bool StartTagDeclarationDefinition(const CompilerType &type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2291 StartTagDeclarationDefinition(type); in CreateStructForIdentifier()
8862 bool ClangASTContext::StartTagDeclarationDefinition(const CompilerType &type) { in StartTagDeclarationDefinition() function in ClangASTContext