Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp480 CompilerType ct = ToCompilerType(tag_qt); in CompleteTagDecl()
737 CompilerType ct = ToCompilerType(qt).CreateTypedef( in GetOrCreateTypedefDecl()
864 ToCompilerType(parent_qt).GetOpaqueQualType(); in CreateFunctionDecl()
1004 CompilerType func_ct = ToCompilerType(func_qt); in CreateFunctionDeclFromId()
1045 CompilerType func_ct = ToCompilerType(qt); in GetOrCreateFunctionDecl()
1156 ToCompilerType(underlying_type), er.isScoped()); in CreateEnumType()
1175 CompilerType array_ct = m_clang.CreateArrayType(ToCompilerType(element_type), in CreateArrayType()
1204 arg_types.push_back(ToCompilerType(arg_type)); in CreateFunctionType()
1216 CompilerType return_ct = ToCompilerType(return_type); in CreateFunctionType()
1432 CompilerType PdbAstBuilder::ToCompilerType(clang::QualType qt) { in ToCompilerType() function in PdbAstBuilder
H A DPdbAstBuilder.h82 CompilerType ToCompilerType(clang::QualType qt);
H A DSymbolFileNativePDB.cpp811 TypeSP result = CreateType(best_decl_id, ast_builder->ToCompilerType(qt)); in CreateAndCacheType()