Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp425 ClangASTContext::StartTagDeclarationDefinition(clang_type); in CreateLLDBTypeFromPDBType()
515 if (ClangASTContext::StartTagDeclarationDefinition(ast_enum)) in CreateLLDBTypeFromPDBType()
665 if (ClangASTContext::StartTagDeclarationDefinition(element_ast_type)) { in CreateLLDBTypeFromPDBType()
1228 if (ClangASTContext::StartTagDeclarationDefinition(member_comp_type)) in AddRecordMembers()
1292 if (ClangASTContext::StartTagDeclarationDefinition(base_comp_type)) in AddRecordBases()
1349 if (ClangASTContext::StartTagDeclarationDefinition(method_comp_type)) in AddRecordMethod()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp251 if (ClangASTContext::StartTagDeclarationDefinition(type)) in CompleteExternalTagDeclType()
805 if (ClangASTContext::StartTagDeclarationDefinition(clang_type)) { in ParseEnum()
1280 if (ClangASTContext::StartTagDeclarationDefinition(array_element_type)) { in ParseArrayType()
1679 if (ClangASTContext::StartTagDeclarationDefinition(clang_type)) { in ParseStructureLikeDIE()
1710 ClangASTContext::StartTagDeclarationDefinition(clang_type); in ParseStructureLikeDIE()
1969 ClangASTContext::StartTagDeclarationDefinition(clang_type); in CompleteRecordType()
2079 if (ClangASTContext::StartTagDeclarationDefinition( in CompleteRecordType()
2118 if (ClangASTContext::StartTagDeclarationDefinition(clang_type)) { in CompleteEnumType()
2761 if (ClangASTContext::StartTagDeclarationDefinition( in ParseSingleMember()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCTypeEncodingParser.cpp128 ClangASTContext::StartTagDeclarationDefinition(union_type); in BuildAggregate()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbAstBuilder.cpp784 ClangASTContext::StartTagDeclarationDefinition(ct); in CreateRecordType()
1108 ClangASTContext::StartTagDeclarationDefinition(enum_ct); in CreateEnumType()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
HDNSDictionary.cpp83 ClangASTContext::StartTagDeclarationDefinition(compiler_type); in GetLLDBNSPairType()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDClangASTContext.h817 static bool StartTagDeclarationDefinition(const CompilerType &type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDClangASTContext.cpp2006 StartTagDeclarationDefinition(type); in CreateStructForIdentifier()
7749 bool ClangASTContext::StartTagDeclarationDefinition(const CompilerType &type) { in StartTagDeclarationDefinition() function in ClangASTContext