Searched refs:StartTagDeclarationDefinition (Results 1 – 7 of 7) sorted by relevance
425 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()
251 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()
128 ClangASTContext::StartTagDeclarationDefinition(union_type); in BuildAggregate()
784 ClangASTContext::StartTagDeclarationDefinition(ct); in CreateRecordType()1108 ClangASTContext::StartTagDeclarationDefinition(enum_ct); in CreateEnumType()
83 ClangASTContext::StartTagDeclarationDefinition(compiler_type); in GetLLDBNSPairType()
817 static bool StartTagDeclarationDefinition(const CompilerType &type);
2006 StartTagDeclarationDefinition(type); in CreateStructForIdentifier()7749 bool ClangASTContext::StartTagDeclarationDefinition(const CompilerType &type) { in StartTagDeclarationDefinition() function in ClangASTContext