Searched refs:clang_type (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp511 CompilerType clang_type; local
563 clang_type = m_ast.GetBasicType(eBasicTypeNullPtr);
572 clang_type = m_ast.GetBuiltinTypeForDWARFEncodingAndBitSize(
603 if (!clang_type && (encoding_data_type == Type::eEncodingIsPointerUID ||
628 clang_type = m_ast.CreateBlockPointerType(
652 clang_type = m_ast.GetBasicType(eBasicTypeObjCID);
663 clang_type = m_ast.GetBasicType(eBasicTypeObjCClass);
674 clang_type = m_ast.GetBasicType(eBasicTypeObjCSel);
696 clang_type = m_ast.GetBasicType(eBasicTypeObjCID);
709 clang_type, resolve_stat
770 CompilerType clang_type; local
903 CompilerType clang_type = m_ast.CreateFunctionType( local
1293 CompilerType clang_type; local
1331 CompilerType clang_type = ClangASTContext::CreateMemberPointerType( local
1383 CompilerType clang_type; local
1846 CompilerType clang_type; local
1954 CompleteRecordType(const DWARFDIE &die, lldb_private::Type *type, CompilerType &clang_type) argument
2115 CompleteEnumType(const DWARFDIE &die, lldb_private::Type *type, CompilerType &clang_type) argument
2130 CompleteTypeFromDWARF(const DWARFDIE &die, lldb_private::Type *type, CompilerType &clang_type) argument
2206 ParseChildEnumerators( lldb_private::CompilerType &clang_type, bool is_signed, uint32_t enumerator_byte_size, const DWARFDIE &parent_die) argument
[all...]
H A DDWARFASTParserClang.h201 lldb_private::CompilerType &clang_type);
203 lldb_private::CompilerType &clang_type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp400 CompilerType clang_type = m_ast.GetTypeForIdentifier<clang::CXXRecordDecl>( local
402 if (!clang_type.IsValid()) {
411 clang_type =
414 assert(clang_type.IsValid());
417 m_ast.GetAsCXXRecordDecl(clang_type.GetOpaqueQualType());
425 ClangASTContext::StartTagDeclarationDefinition(clang_type);
431 ClangASTContext::CompleteTagDeclarationDefinition(clang_type);
433 ClangASTContext::SetHasExternalStorage(clang_type.GetOpaqueQualType(),
442 ClangASTContext::SetHasExternalStorage(clang_type.GetOpaqueQualType(),
451 clang_type
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp268 CompilerType clang_type(type->GetFullCompilerType());
270 if (!ClangUtil::IsClangType(clang_type))
274 ClangUtil::GetQualType(clang_type)->getAs<TagType>();
305 CompilerType clang_type(type->GetFullCompilerType());
307 if (!ClangUtil::IsClangType(clang_type))
311 ClangUtil::GetQualType(clang_type)->getAs<TagType>();
1982 NameSearchContext::AddTypeDecl(const CompilerType &clang_type) { argument
1983 if (ClangUtil::IsClangType(clang_type)) {
1984 QualType qual_type = ClangUtil::GetQualType(clang_type);
H A DClangExpressionDeclMap.cpp1721 CompilerType clang_type = local
1725 if (!clang_type) {
1731 TypeFromParser parser_clang_type(clang_type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp890 lldb::opaque_compiler_type_t clang_type = local
893 if (clang_type)
894 return CompilerType(this, clang_type);
2307 const clang::Type *clang_type = tag_qual_type.getTypePtr(); local
2308 if (clang_type) {
2309 const clang::TagType *tag_type = llvm::dyn_cast<clang::TagType>(clang_type);
4096 CompilerType clang_type; local
4127 clang_type = GetType(cxx_method_decl->getType());
4205 return TypeMemberFunctionImpl(clang_type, clang_decl, name, kind);
5588 // If a pointer to a pointee type (the clang_type ar
7856 const clang::Type *clang_type = enum_qual_type.getTypePtr(); local
7900 const clang::Type *clang_type = enum_qual_type.getTypePtr(); local
[all...]

Completed in 198 milliseconds