Searched refs:pointer_type (Results 1 – 8 of 8) sorted by relevance
734 assert(pointer_type); in CreateLLDBTypeFromPDBType()741 pointer_type->getPointeeType()->getSymIndexId()); in CreateLLDBTypeFromPDBType()745 if (pointer_type->isPointerToDataMember() || in CreateLLDBTypeFromPDBType()746 pointer_type->isPointerToMemberFunction()) { in CreateLLDBTypeFromPDBType()758 pointer_type->getSymIndexId(), ConstString(), in CreateLLDBTypeFromPDBType()766 if (pointer_type->isReference()) in CreateLLDBTypeFromPDBType()768 else if (pointer_type->isRValueReference()) in CreateLLDBTypeFromPDBType()773 if (pointer_type->isConstType()) in CreateLLDBTypeFromPDBType()776 if (pointer_type->isVolatileType()) in CreateLLDBTypeFromPDBType()779 if (pointer_type->isRestrictedType()) in CreateLLDBTypeFromPDBType()[all …]
29 typedef void* pointer_type; typedef
568 clang::QualType pointer_type; in CreatePointerType() local570 pointer_type = m_clang.getASTContext().getLValueReferenceType(pointee_type); in CreatePointerType()572 pointer_type = m_clang.getASTContext().getRValueReferenceType(pointee_type); in CreatePointerType()574 pointer_type = m_clang.getASTContext().getPointerType(pointee_type); in CreatePointerType()577 pointer_type.addConst(); in CreatePointerType()580 pointer_type.addVolatile(); in CreatePointerType()583 pointer_type.addRestrict(); in CreatePointerType()585 return pointer_type; in CreatePointerType()
271 const clang::Type *pointer_type = pointer_qual_type.getTypePtr(); in CreateResultVariable() local274 pointer_type->getAs<clang::PointerType>(); in CreateResultVariable()276 pointer_type->getAs<clang::ObjCObjectPointerType>(); in CreateResultVariable()
512 CompilerType pointer_type = compiler_type.GetPointerType(); in DoExecute() local513 if (pointer_type.IsValid()) in DoExecute()514 compiler_type = pointer_type; in DoExecute()
2968 CompilerType pointer_type(type.GetPointerType()); in CreateValueObjectFromAddress() local2969 if (pointer_type) { in CreateValueObjectFromAddress()2973 exe_ctx.GetBestExecutionContextScope(), pointer_type, in CreateValueObjectFromAddress()
5383 const clang::PointerType *pointer_type = in GetNumChildren() local5385 clang::QualType pointee_type(pointer_type->getPointeeType()); in GetNumChildren()6991 const clang::PointerType *pointer_type = in GetIndexOfChildWithName() local6993 CompilerType pointee_type = GetType(pointer_type->getPointeeType()); in GetIndexOfChildWithName()
154 HANDLE_DW_TAG(0x000f, pointer_type, 2, DWARF, DW_KIND_TYPE)