reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  480         clang_type = m_ast.GetBasicType(eBasicTypeNullPtr);
  489       clang_type = m_ast.GetBuiltinTypeForDWARFEncodingAndBitSize(
  517     if (!clang_type && (encoding_data_type == Type::eEncodingIsPointerUID ||
  542                   clang_type = m_ast.CreateBlockPointerType(
  570             clang_type = m_ast.GetBasicType(eBasicTypeObjCID);
  582             clang_type = m_ast.GetBasicType(eBasicTypeObjCClass);
  593             clang_type = m_ast.GetBasicType(eBasicTypeObjCSel);
  615                 clang_type = m_ast.GetBasicType(eBasicTypeObjCID);
  629         clang_type, resolve_state);
  637     assert((!type_sp && !clang_type) &&
  691     clang_type.SetCompilerType(
  693     if (!clang_type) {
  711       clang_type = m_ast.CreateEnumerationType(
  717           m_ast.GetEnumerationIntegerType(clang_type.GetOpaqueQualType());
  720     LinkDeclContextToDIE(ClangASTContext::GetDeclContextForType(clang_type),
  726         &attrs.decl, clang_type, Type::eResolveStateForward);
  728     if (ClangASTContext::StartTagDeclarationDefinition(clang_type)) {
  732         ParseChildEnumerators(clang_type, is_signed,
  735       ClangASTContext::CompleteTagDeclarationDefinition(clang_type);
  820     clang_type = m_ast.CreateFunctionType(
  853                     class_opaque_type, attrs.name.GetCString(), clang_type,
  971                                 ClangUtil::GetQualType(clang_type)) {
 1008                               clang_type, attrs.accessibility, attrs.is_virtual,
 1101               attrs.name.GetCString(), clang_type, attrs.storage,
 1110                 attrs.name.GetCString(), clang_type, attrs.storage,
 1153         Type::eEncodingIsUID, &attrs.decl, clang_type, Type::eResolveStateFull);
 1222           clang_type = m_ast.CreateArrayType(array_element_type, num_elements,
 1224           array_element_type = clang_type;
 1230         clang_type = m_ast.CreateArrayType(array_element_type, 0, attrs.is_vector);
 1236           clang_type, Type::eResolveStateFull);
 1238       m_ast.SetMetadataAsUserID(clang_type.GetOpaqueQualType(), die.GetID());
 1250     clang_type = ClangASTContext::CreateMemberPointerType(class_clang_type,
 1254             clang_type.GetByteSize(nullptr)) {
 1257           LLDB_INVALID_UID, Type::eEncodingIsUID, nullptr, clang_type,