Home
last modified time | relevance | path

Searched refs:ToCompilerType (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp96 CompilerType method_ct = m_ast_builder.ToCompilerType(method_qt); in AddMethod()
159 CompilerType member_ct = m_ast_builder.ToCompilerType(member_type); in visitKnownMember()
258 TypeSystemClang::RequireCompleteType(m_ast_builder.ToCompilerType(member_qt)); in visitKnownMember()
351 parent_ct, field->name, m_ast_builder.ToCompilerType(field->qt), in AddMember()
H A DPdbAstBuilder.cpp481 CompilerType ct = ToCompilerType(tag_qt); in CompleteTagDecl()
739 CompilerType ct = ToCompilerType(qt).CreateTypedef( in GetOrCreateTypedefDecl()
866 ToCompilerType(parent_qt).GetOpaqueQualType(); in CreateFunctionDecl()
1006 CompilerType func_ct = ToCompilerType(func_qt); in CreateFunctionDeclFromId()
1047 CompilerType func_ct = ToCompilerType(qt); in GetOrCreateFunctionDecl()
1158 ToCompilerType(underlying_type), er.isScoped()); in CreateEnumType()
1177 CompilerType array_ct = m_clang.CreateArrayType(ToCompilerType(element_type), in CreateArrayType()
1206 arg_types.push_back(ToCompilerType(arg_type)); in CreateFunctionType()
1218 CompilerType return_ct = ToCompilerType(return_type); in CreateFunctionType()
1434 CompilerType PdbAstBuilder::ToCompilerType(clang::QualType qt) { in ToCompilerType() function in PdbAstBuilder
H A DPdbAstBuilder.h82 CompilerType ToCompilerType(clang::QualType qt);
H A DSymbolFileNativePDB.cpp814 TypeSP result = CreateType(best_decl_id, ast_builder->ToCompilerType(qt)); in CreateAndCacheType()