Searched refs:pointer_ast_type (Results 1 – 1 of 1) sorted by relevance
746 CompilerType pointer_ast_type; in CreateLLDBTypeFromPDBType() local747 pointer_ast_type = TypeSystemClang::CreateMemberPointerType( in CreateLLDBTypeFromPDBType()750 assert(pointer_ast_type); in CreateLLDBTypeFromPDBType()759 CompilerType pointer_ast_type; in CreateLLDBTypeFromPDBType() local760 pointer_ast_type = pointee_type->GetFullCompilerType(); in CreateLLDBTypeFromPDBType()762 pointer_ast_type = pointer_ast_type.GetLValueReferenceType(); in CreateLLDBTypeFromPDBType()764 pointer_ast_type = pointer_ast_type.GetRValueReferenceType(); in CreateLLDBTypeFromPDBType()766 pointer_ast_type = pointer_ast_type.GetPointerType(); in CreateLLDBTypeFromPDBType()769 pointer_ast_type = pointer_ast_type.AddConstModifier(); in CreateLLDBTypeFromPDBType()772 pointer_ast_type = pointer_ast_type.AddVolatileModifier(); in CreateLLDBTypeFromPDBType()[all …]