Searched refs:ToCompilerType (Results 1 – 4 of 4) sorted by relevance
87 CompilerType method_ct = m_ast_builder.ToCompilerType(method_qt); in AddMethod()148 CompilerType member_ct = m_ast_builder.ToCompilerType(member_type); in visitKnownMember()252 m_derived_ct, data_member.Name, m_ast_builder.ToCompilerType(member_qt), in visitKnownMember()
770 CompilerType ct = ToCompilerType(tag_qt); in CompleteTagDecl()1018 CompilerType ct = ToCompilerType(qt).CreateTypedef( in GetOrCreateTypedefDecl()1136 ToCompilerType(parent_qt).GetOpaqueQualType(); in CreateFunctionDecl()1270 CompilerType func_ct = ToCompilerType(func_qt); in CreateFunctionDeclFromId()1306 CompilerType func_ct = ToCompilerType(qt); in GetOrCreateFunctionDecl()1415 ToCompilerType(underlying_type), er.isScoped()); in CreateEnumType()1431 CompilerType array_ct = m_clang.CreateArrayType(ToCompilerType(element_type), in CreateArrayType()1457 arg_types.push_back(ToCompilerType(arg_type)); in CreateFunctionType()1469 CompilerType return_ct = ToCompilerType(return_type); in CreateFunctionType()1656 CompilerType PdbAstBuilder::ToCompilerType(clang::QualType qt) { in ToCompilerType() function in PdbAstBuilder
80 CompilerType ToCompilerType(clang::QualType qt);
734 TypeSP result = CreateType(best_decl_id, m_ast->ToCompilerType(qt)); in CreateAndCacheType()