Searched refs:ToCompilerType (Results 1 – 4 of 4) sorted by relevance
87 m_ast_builder.ToCompilerType(method_qt), access_type, attrs.isVirtual(), in AddMethod()130 CompilerType member_ct = m_ast_builder.ToCompilerType(member_type); in visitKnownMember()232 m_derived_ct, data_member.Name, m_ast_builder.ToCompilerType(member_qt), in visitKnownMember()
683 CompilerType ct = ToCompilerType(tag_qt); in CompleteTagDecl()884 CompilerType ct = ToCompilerType(qt).CreateTypedef( in GetOrCreateTypedefDecl()1011 CompilerType func_ct = ToCompilerType(qt); in GetOrCreateFunctionDecl()1109 ToCompilerType(underlying_type), er.isScoped()); in CreateEnumType()1123 CompilerType array_ct = m_clang.CreateArrayType(ToCompilerType(element_type), in CreateArrayType()1147 arg_types.push_back(ToCompilerType(arg_type)); in CreateFunctionType()1157 CompilerType return_ct = ToCompilerType(return_type); in CreateFunctionType()1343 CompilerType PdbAstBuilder::ToCompilerType(clang::QualType qt) { in ToCompilerType() function in PdbAstBuilder
78 CompilerType ToCompilerType(clang::QualType qt);
696 TypeSP result = CreateType(best_decl_id, m_ast->ToCompilerType(qt)); in CreateAndCacheType()