Searched refs:pointer_type (Results 1 – 8 of 8) sorted by relevance
729 assert(pointer_type); in CreateLLDBTypeFromPDBType()736 pointer_type->getPointeeType()->getSymIndexId()); in CreateLLDBTypeFromPDBType()740 if (pointer_type->isPointerToDataMember() || in CreateLLDBTypeFromPDBType()741 pointer_type->isPointerToMemberFunction()) { in CreateLLDBTypeFromPDBType()754 pointer_type->getLength(), nullptr, LLDB_INVALID_UID, in CreateLLDBTypeFromPDBType()761 if (pointer_type->isReference()) in CreateLLDBTypeFromPDBType()763 else if (pointer_type->isRValueReference()) in CreateLLDBTypeFromPDBType()768 if (pointer_type->isConstType()) in CreateLLDBTypeFromPDBType()771 if (pointer_type->isVolatileType()) in CreateLLDBTypeFromPDBType()774 if (pointer_type->isRestrictedType()) in CreateLLDBTypeFromPDBType()[all …]
732 clang::QualType pointer_type; in CreatePointerType() local734 pointer_type = m_clang.getASTContext().getLValueReferenceType(pointee_type); in CreatePointerType()736 pointer_type = m_clang.getASTContext().getRValueReferenceType(pointee_type); in CreatePointerType()738 pointer_type = m_clang.getASTContext().getPointerType(pointee_type); in CreatePointerType()741 pointer_type.addConst(); in CreatePointerType()744 pointer_type.addVolatile(); in CreatePointerType()747 pointer_type.addRestrict(); in CreatePointerType()749 return pointer_type; in CreatePointerType()
513 CompilerType pointer_type = compiler_type.GetPointerType(); in DoExecute() local514 if (pointer_type.IsValid()) in DoExecute()515 compiler_type = pointer_type; in DoExecute()
268 const clang::Type *pointer_type = pointer_qual_type.getTypePtr(); in CreateResultVariable() local271 pointer_type->getAs<clang::PointerType>(); in CreateResultVariable()273 pointer_type->getAs<clang::ObjCObjectPointerType>(); in CreateResultVariable()
2986 CompilerType pointer_type(type.GetPointerType()); in CreateValueObjectFromAddress() local2987 if (pointer_type) { in CreateValueObjectFromAddress()2991 exe_ctx.GetBestExecutionContextScope(), pointer_type, in CreateValueObjectFromAddress()
921 typedef void* pointer_type;
149 HANDLE_DW_TAG(0x000f, pointer_type, 2, DWARF, DW_KIND_TYPE)
5411 const clang::PointerType *pointer_type = in GetNumChildren() local5413 clang::QualType pointee_type(pointer_type->getPointeeType()); in GetNumChildren()7022 const clang::PointerType *pointer_type = in GetIndexOfChildWithName() local7024 CompilerType pointee_type = GetType(pointer_type->getPointeeType()); in GetIndexOfChildWithName()